#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