Removed obsolete GLCanvas3D::m_shader_enabled

This commit is contained in:
Enrico Turri 2018-12-20 13:20:21 +01:00
parent 3fbc4afc95
commit 68684dd003
4 changed files with 1 additions and 14 deletions

View file

@ -850,7 +850,6 @@ private:
bool m_legend_texture_enabled;
bool m_picking_enabled;
bool m_moving_enabled;
bool m_shader_enabled;
bool m_dynamic_background_enabled;
bool m_multisample_allowed;
bool m_regenerate_volumes;
@ -950,7 +949,6 @@ public:
void enable_moving(bool enable);
void enable_gizmos(bool enable);
void enable_toolbar(bool enable);
void enable_shader(bool enable);
void enable_force_zoom_to_bed(bool enable);
void enable_dynamic_background(bool enable);
void allow_multisample(bool allow);