Skip to content

Commit

Permalink
Merge pull request godotengine#87345 from ryevdokimov/removed-unused-…
Browse files Browse the repository at this point in the history
…prev-rot-variable

Remove unused `prev_rot` variable
  • Loading branch information
akien-mga committed Jan 19, 2024
2 parents 6acd4e8 + ecc8493 commit bf5b877
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/plugins/canvas_item_editor_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit bf5b877

Please sign in to comment.