Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-09-03 11:27:16 +0300
committerYuSanka <yusanka@gmail.com>2019-09-03 11:29:17 +0300
commitc960c2cf2782155939dd61983b25c9ebd1a335db (patch)
tree0e9f63e0ce67e75cbf059ff47c58c1c21b9e5ac6 /src/slic3r/GUI/MainFrame.hpp
parentb89d9c7affbdfccc99fdac0de4b1b67aa169c5d3 (diff)
Code clean in Tab.cpp and Fixed couple of Mac-warnings in :
GUI.cpp GUI_App.cpp GUI_ObjectList.cpp MainFrame.hpp Plater.cpp PresetBundle.cpp PresetHints.cpp Tab.cpp Tab.hpp wxExtensions.cpp wxExtensions.hpp
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index aa1e3d500..28bd0242b 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -50,8 +50,9 @@ class MainFrame : public DPIFrame
wxString m_qs_last_input_file = wxEmptyString;
wxString m_qs_last_output_file = wxEmptyString;
wxString m_last_config = wxEmptyString;
-
- wxMenuItem* m_menu_item_repeat { nullptr };
+#if 0
+ wxMenuItem* m_menu_item_repeat { nullptr }; // doesn't used now
+#endif
wxMenuItem* m_menu_item_reslice_now { nullptr };
PrintHostQueueDialog *m_printhost_queue_dlg;