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:
authorbubnikv <bubnikv@gmail.com>2018-12-06 16:47:53 +0300
committerbubnikv <bubnikv@gmail.com>2018-12-06 16:47:53 +0300
commit79986188a72a40ff61b9c3d3e9f73b46a8d6cf87 (patch)
treecff9175f88e1064e54e0503f10bb98adc53e3d20 /src/slic3r/GUI/MainFrame.hpp
parentedc306db458b6aceec75512eeba3c97d100c442d (diff)
Removed the "Quick Slice" menu items from the main menu,
a little bit of code cleaning / refactoring.
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index eb7341366..2559b5ed1 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -12,18 +12,13 @@
#include "Plater.hpp"
#include "Event.hpp"
-class wxMenuBar;
class wxNotebook;
-class wxPanel;
-class wxMenu;
class wxProgressDialog;
namespace Slic3r {
class ProgressStatusBar;
-// #define _(s) Slic3r::GUI::I18N::translate((s))
-
namespace GUI
{
class Tab;