Followup of previous commits - removing some unnecessary code

This commit is contained in:
Lukas Matena 2019-08-23 12:11:45 +02:00
parent bf232e1ade
commit 1d8e060b75
2 changed files with 3 additions and 12 deletions

View file

@ -102,7 +102,6 @@ private:
void update_mesh();
void update_cache_entry_normal(unsigned int i) const;
bool unsaved_changes() const;
void take_snapshot_internal(const wxString& desc);
EState m_no_hover_state = Off;
EState m_no_hover_old_state = Off;
@ -131,7 +130,6 @@ private:
bool m_wait_for_up_event = false;
bool m_selection_empty = true;
EState m_old_state = Off; // to be able to see that the gizmo has just been closed (see on_set_state)
bool m_internal_snapshot = false;
mutable std::unique_ptr<TriangleMeshSlicer> m_tms;
mutable std::unique_ptr<TriangleMeshSlicer> m_supports_tms;