Removed obsolete (and unused) code

This commit is contained in:
Enrico Turri 2019-12-09 15:40:14 +01:00
parent a7b12f97db
commit 68812b081f
3 changed files with 1 additions and 7 deletions

View file

@ -417,7 +417,6 @@ private:
std::unique_ptr<RetinaHelper> m_retina_helper;
#endif
bool m_in_render;
bool m_render_enabled;
LegendTexture m_legend_texture;
WarningTexture m_warning_texture;
wxTimer m_timer;
@ -555,9 +554,6 @@ public:
void enable_dynamic_background(bool enable);
void allow_multisample(bool allow);
void enable_render(bool enable) { m_render_enabled = enable; }
bool is_render_enabled() const { return m_render_enabled; }
void zoom_to_bed();
void zoom_to_volumes();
void zoom_to_selection();