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>2018-10-02 14:23:38 +0300
committerYuSanka <yusanka@gmail.com>2018-10-02 14:30:59 +0300
commit40022861c8031bcdf25031d41bd29042a48ca22d (patch)
tree30a93891feb127bc22030ecd83ed4ed9969ebf6c /src/slic3r/GUI/Preferences.hpp
parent08c69057516dfb90a83ec17099c545748855dbc8 (diff)
Removed Localization to GUI_App
+ cleaned code from some global variables (App, AppConfig, PresetBundle, MainFrame, tab_panels..)
Diffstat (limited to 'src/slic3r/GUI/Preferences.hpp')
-rw-r--r--src/slic3r/GUI/Preferences.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/slic3r/GUI/Preferences.hpp b/src/slic3r/GUI/Preferences.hpp
index d01d78b70..0b1dd5730 100644
--- a/src/slic3r/GUI/Preferences.hpp
+++ b/src/slic3r/GUI/Preferences.hpp
@@ -15,9 +15,8 @@ class PreferencesDialog : public wxDialog
{
std::map<std::string, std::string> m_values;
std::shared_ptr<ConfigOptionsGroup> m_optgroup;
- int m_event_preferences;
public:
- PreferencesDialog(wxWindow* parent, int event_preferences);
+ PreferencesDialog(wxWindow* parent);
~PreferencesDialog(){ }
void build();