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>2019-01-17 20:06:47 +0300
committerVojtech Kral <vojtech@kral.hk>2019-01-21 16:56:24 +0300
commit0d9f26f10b2ceaa9be326859012f55e0a323588b (patch)
tree6f4143b0fb939db1ba5968d65ea4f667f10341dd /src/slic3r/GUI/GUI.hpp
parent984b1bc1c16f24fe3cf9300582f027df3d6948f9 (diff)
GUI: Remove old window size persistence code
Diffstat (limited to 'src/slic3r/GUI/GUI.hpp')
-rw-r--r--src/slic3r/GUI/GUI.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/slic3r/GUI/GUI.hpp b/src/slic3r/GUI/GUI.hpp
index 79b21b503..e33be8f58 100644
--- a/src/slic3r/GUI/GUI.hpp
+++ b/src/slic3r/GUI/GUI.hpp
@@ -70,11 +70,6 @@ boost::filesystem::path into_path(const wxString &str);
// Returns the dimensions of the screen on which the main frame is displayed
bool get_current_screen_size(wxWindow *window, unsigned &width, unsigned &height);
-// Save window size and maximized status into AppConfig
-void save_window_size(wxTopLevelWindow *window, const std::string &name);
-// Restore the above
-void restore_window_size(wxTopLevelWindow *window, const std::string &name);
-
// Display an About dialog
extern void about();
// Ask the destop to open the datadir using the default file explorer.