diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-11-26 08:03:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-26 08:03:45 +0100 |
commit | 4e212affbe1021e40f0c16a0552db4bda78bc647 (patch) | |
tree | 35b89e0aef4fa85b3337164d6e09200ed2440fff /scene | |
parent | 7e009a167110e79caa102c5b88363fd32b75293c (diff) | |
parent | 4d10524f7f234e51f4baa2982a929eed0688db66 (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.h | 2 |
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; |