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:
authorVojtech Kral <vojtech@kral.hk>2018-10-04 12:12:55 +0300
committerVojtech Kral <vojtech@kral.hk>2018-10-08 18:41:37 +0300
commit1f926964ee0d93ce0044c75f76aee52d5db15dfd (patch)
treed0144ebfe36b958bfab615e7019d84c6f3b489a2 /src/slic3r/GUI/GUI.hpp
parent99fe5761d8fca6349b924cb5c02198aed39ddb94 (diff)
WIP: Plater, build fixes
Diffstat (limited to 'src/slic3r/GUI/GUI.hpp')
-rw-r--r--src/slic3r/GUI/GUI.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/slic3r/GUI/GUI.hpp b/src/slic3r/GUI/GUI.hpp
index 1f2107d59..3203fd8b2 100644
--- a/src/slic3r/GUI/GUI.hpp
+++ b/src/slic3r/GUI/GUI.hpp
@@ -102,9 +102,6 @@ std::string into_u8(const wxString &str);
// Callback to trigger a configuration update timer on the Plater.
static PerlCallback g_on_request_update_callback;
-
-void add_export_option(wxFileDialog* dlg, const std::string& format);
-int get_export_option(wxFileDialog* dlg);
// Returns the dimensions of the screen on which the main frame is displayed
bool get_current_screen_size(wxWindow *window, unsigned &width, unsigned &height);