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:
authorEnrico Turri <enricoturri@seznam.cz>2018-12-03 17:06:02 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-12-03 17:06:02 +0300
commitfe8e43135667e285c0e535952fe5685b95cb7807 (patch)
tree49960d6ca361f43edadadb04e36d6cc827d1cb53 /src/slic3r/GUI/GUI_App.hpp
parent5d96b02d6d17142df2cbfaf7857bea87c6d5d2d3 (diff)
New menu layout set as default
Diffstat (limited to 'src/slic3r/GUI/GUI_App.hpp')
-rw-r--r--src/slic3r/GUI/GUI_App.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/slic3r/GUI/GUI_App.hpp b/src/slic3r/GUI/GUI_App.hpp
index f7c06a60a..55447428d 100644
--- a/src/slic3r/GUI/GUI_App.hpp
+++ b/src/slic3r/GUI/GUI_App.hpp
@@ -112,12 +112,8 @@ public:
void recreate_GUI();
void system_info();
-#if ENABLE_NEW_MENU_LAYOUT
void load_project(wxWindow *parent, wxString& input_file);
void import_model(wxWindow *parent, wxArrayString& input_files);
-#else
- void open_model(wxWindow *parent, wxArrayString& input_files);
-#endif // ENABLE_NEW_MENU_LAYOUT
static bool catch_error(std::function<void()> cb,
// wxMessageDialog* message_dialog,
const std::string& err);