Deleted imaginary optimization for the Preset comboboxes on sidebar.

This commit is contained in:
YuSanka 2019-03-16 22:23:51 +01:00
parent e3153fc8fe
commit e74bde858a
3 changed files with 2 additions and 12 deletions

View file

@ -51,8 +51,6 @@ public:
int get_extruder_idx() const { return extruder_idx; }
void check_selection();
std::string selected_preset_name;
private:
typedef std::size_t Marker;
enum { LABEL_ITEM_MARKER = 0x4d };