Slic3r/src/GUI/Settings.cpp
2018-07-11 22:14:51 -05:00

22 lines
375 B
C++

#include "Settings.hpp"
namespace Slic3r { namespace GUI {
void Settings::save_settings() {
/*
sub save_settings {
my ($self) = @_;
Slic3r::Config->write_ini("$datadir/slic3r.ini", $Settings);
}
*/
}
void Settings::save_window_pos(wxWindow* ref, wxString name) {
}
void Settings::restore_window_pos(wxWindow* ref, wxString name) {
}
}} // namespace Slic3r::GUI