Code cleanup

This commit is contained in:
Enrico Turri 2018-09-19 08:59:11 +02:00
parent 9daae9413a
commit e79b0a2f25
4 changed files with 4 additions and 49 deletions

View file

@ -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);