remove unnecessary getting of raw pointer from unique pointer

This commit is contained in:
Filip Sykala 2021-12-03 17:14:51 +01:00
parent 76ffecd897
commit 209eda75a0
2 changed files with 21 additions and 15 deletions

View file

@ -174,7 +174,6 @@ public:
void refresh_on_off_state();
void reset_all_states();
bool is_serializing() const { return m_serializing; }
bool open_gizmo(EType type);
bool check_gizmos_closed_except(EType) const;