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:
authortamasmeszaros <meszaros.q@gmail.com>2018-11-12 16:52:52 +0300
committertamasmeszaros <meszaros.q@gmail.com>2018-11-12 17:02:42 +0300
commita4e1ab2281aa78fb7ff4d5d7a24cc32d7d94e21a (patch)
treec508a8d16408ccc6ae0c864652ff3e3c4d5f508c /src/slic3r/GUI/MainFrame.hpp
parentc227dad8cc56b2dc3e5a51eb5d468f885c2698fc (diff)
Getting rid of AppController.
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index 04201b709..eb45e155e 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -20,7 +20,6 @@ class wxProgressDialog;
namespace Slic3r {
class ProgressStatusBar;
-class AppController;
// #define _(s) Slic3r::GUI::I18N::translate((s))
@@ -54,7 +53,6 @@ class MainFrame : public wxFrame
wxString m_qs_last_output_file = wxEmptyString;
wxString m_last_config = wxEmptyString;
- AppController* m_appController { nullptr };
std::map<std::string, Tab*> m_options_tabs;
wxMenuItem* m_menu_item_reslice_now { nullptr };
@@ -97,8 +95,6 @@ public:
void select_tab(size_t tab) const;
void select_view(const std::string& direction);
- AppController* app_controller() { return m_appController; }
-
std::vector<PresetTab>& get_preset_tabs();
Plater* m_plater { nullptr };
@@ -110,4 +106,4 @@ public:
} // GUI
} //Slic3r
-#endif // slic3r_MainFrame_hpp_ \ No newline at end of file
+#endif // slic3r_MainFrame_hpp_