Removed unused member variable from GLGizmoFlatten

This commit is contained in:
enricoturri1966 2022-08-30 14:38:07 +02:00
parent 9bb74d92c7
commit 55158b674c

View File

@ -55,7 +55,6 @@ private:
#endif // ENABLE_RAYCAST_PICKING
bool m_mouse_left_down = false; // for detection left_up of this gizmo
const ModelObject* m_old_model_object = nullptr;
std::vector<const Transform3d*> instances_matrices;
void update_planes();
bool is_plane_update_necessary() const;