Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xs/src/slic3r/GUI/GUI.hpp')
-rw-r--r--xs/src/slic3r/GUI/GUI.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/xs/src/slic3r/GUI/GUI.hpp b/xs/src/slic3r/GUI/GUI.hpp
index a5fb4d44d..8dfaf42c6 100644
--- a/xs/src/slic3r/GUI/GUI.hpp
+++ b/xs/src/slic3r/GUI/GUI.hpp
@@ -39,11 +39,9 @@ class AppConfig;
class PresetUpdater;
class DynamicPrintConfig;
class TabIface;
-//##############################################################################################################################################################
class PreviewIface;
class Print;
class GCodePreviewData;
-//##############################################################################################################################################################
#define _(s) Slic3r::GUI::I18N::translate((s))
@@ -170,9 +168,7 @@ extern void open_preferences_dialog(int event_preferences);
void create_preset_tabs(int event_value_change, int event_presets_changed);
TabIface* get_preset_tab_iface(char *name);
-//##############################################################################################################################################################
PreviewIface* create_preview_iface(wxNotebook* notebook, DynamicPrintConfig* config, Print* print, GCodePreviewData* gcode_preview_data);
-//##############################################################################################################################################################
// add it at the end of the tab panel.
void add_created_tab(Tab* panel, int event_value_change, int event_presets_changed);