From 9530408fdd3e52003114d73df788ddb17ca6c07a Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Tue, 22 Sep 2020 11:42:16 +0100 Subject: [PATCH] Remove unused variables --- include/eda_base_frame.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/eda_base_frame.h b/include/eda_base_frame.h index 9b91a9f605..774f630b4e 100644 --- a/include/eda_base_frame.h +++ b/include/eda_base_frame.h @@ -161,8 +161,6 @@ protected: int m_autoSaveInterval; // The auto save interval time in seconds. wxTimer* m_autoSaveTimer; - bool m_FlagModified; // Indicates current drawing has been modified. - bool m_FlagSave; // Indicates automatic file save. int m_UndoRedoCountMax; // undo/Redo command Max depth UNDO_REDO_CONTAINER m_undoList; // Objects list for the undo command (old data)