Fixed Linux-bug : "Add part" => segmentation fault.

Deleted experimental code
This commit is contained in:
YuSanka 2018-07-30 14:25:09 +02:00
parent 085ae68e6d
commit 2142070331
4 changed files with 6 additions and 586 deletions

View file

@ -108,9 +108,6 @@ void update_rotation_values();
// update rotation value after "gizmos"
void update_rotation_value(const double angle, const std::string& axis);
wxSizer* get_experimental_sizer(wxWindow* parent);
} //namespace GUI
} //namespace Slic3r
#endif //slic3r_GUI_ObjectParts_hpp_