1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

Removed the "Quick Slice" menu items from the main menu,

a little bit of code cleaning / refactoring.
This commit is contained in:
bubnikv
2018-12-06 14:47:53 +01:00
parent edc306db45
commit 79986188a7
7 changed files with 8 additions and 37 deletions
-5
View File
@@ -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;