From ecc8493e1752f239bdebe87ec4755494c810839b Mon Sep 17 00:00:00 2001 From: Robert Yevdokimov Date: Thu, 18 Jan 2024 11:24:22 -0500 Subject: [PATCH] Remove unused prev_rot variable --- editor/plugins/canvas_item_editor_plugin.h | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/plugins/canvas_item_editor_plugin.h b/editor/plugins/canvas_item_editor_plugin.h index 7fe63e628200..bf36b6ec1d59 100644 --- a/editor/plugins/canvas_item_editor_plugin.h +++ b/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 };