Browse Source

Remove unused prev_rot variable

Robert Yevdokimov 1 year ago
parent
commit
ecc8493e17
1 changed files with 0 additions and 1 deletions
  1. 0 1
      editor/plugins/canvas_item_editor_plugin.h

+ 0 - 1
editor/plugins/canvas_item_editor_plugin.h

@@ -56,7 +56,6 @@ class CanvasItemEditorSelectedItem : public Object {
 
 public:
 	Transform2D prev_xform;
-	real_t prev_rot = 0;
 	Rect2 prev_rect;
 	Vector2 prev_pivot;
 	real_t prev_anchors[4] = { (real_t)0.0 };