Code cleaning - deleted extruder selector

This commit is contained in:
YuSanka 2019-11-27 16:03:16 +01:00
parent 901a20b3b1
commit 322c0230c3
3 changed files with 6 additions and 66 deletions

View file

@ -104,8 +104,6 @@ class Preview : public wxPanel
bool m_enabled;
DoubleSlider* m_slider {nullptr};
wxBitmapComboBox* m_extruder_selector {nullptr};
int m_selected_extruder {0}; // 0 means "Whole print"
public:
Preview(wxWindow* parent, Bed3D& bed, Camera& camera, GLToolbar& view_toolbar, Model* model, DynamicPrintConfig* config,
@ -133,7 +131,6 @@ public:
void edit_double_slider(wxKeyEvent& evt);
void update_view_type(bool slice_completed);
void update_extruder_selector();
bool is_loaded() const { return m_loaded; }