summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-11-26 08:03:45 +0100
committerGitHub <noreply@github.com>2020-11-26 08:03:45 +0100
commit4e212affbe1021e40f0c16a0552db4bda78bc647 (patch)
tree35b89e0aef4fa85b3337164d6e09200ed2440fff /scene
parent7e009a167110e79caa102c5b88363fd32b75293c (diff)
parent4d10524f7f234e51f4baa2982a929eed0688db66 (diff)
Merge pull request #43879 from EricEzaM/PR/control-remove-unused-property
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;