From 5c3951892108d5cc2706b5329d7b67994e47ce5d Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sat, 8 Aug 2026 08:14:06 +0200 Subject: [PATCH] drop one dead member --- sources/qetdiagrameditor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/qetdiagrameditor.h b/sources/qetdiagrameditor.h index 21df421f7..ce80d11d7 100644 --- a/sources/qetdiagrameditor.h +++ b/sources/qetdiagrameditor.h @@ -193,7 +193,6 @@ class QETDiagramEditor : public QETMainWindow *m_paste, ///< Paste clipboard content on the current diagram *m_auto_conductor, ///< Enable/Disable the use of auto conductor *m_auto_break_conductor, ///< Enable/Disable the use of auto break conductor - *conductor_default, ///< Show a dialog to edit default conductor properties *m_grey_background, ///< Switch the background color in white or grey *m_draw_grid, ///< Switch the background grid display or not *m_draw_guides = nullptr, ///< Switch the custom guides display or not