remove unnecessary getting of raw pointer from unique pointer

(cherry picked from commit prusa3d/PrusaSlicer@209eda75a0)
This commit is contained in:
Filip Sykala 2023-10-29 15:57:58 +08:00 committed by Noisyfox
parent 094acdb645
commit da4a70785d
2 changed files with 18 additions and 26 deletions

View file

@ -226,7 +226,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;