summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorEric M <itsjusteza@gmail.com>2020-11-26 15:30:13 +1000
committerEric M <itsjusteza@gmail.com>2020-11-26 15:30:13 +1000
commit4d10524f7f234e51f4baa2982a929eed0688db66 (patch)
tree35b89e0aef4fa85b3337164d6e09200ed2440fff /scene
parent7e009a167110e79caa102c5b88363fd32b75293c (diff)
Removed unused property 'pending_resize' from Control
Diffstat (limited to 'scene')
-rw-r--r--scene/gui/control.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/gui/control.h b/scene/gui/control.h
index 85b3227884..e4fe0bb25d 100644
--- a/scene/gui/control.h
+++ b/scene/gui/control.h
@@ -157,8 +157,6 @@ private:
Vector2 scale;
Vector2 pivot_offset;
- bool pending_resize;
-
int h_size_flags;
int v_size_flags;
float expand;