diff options
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; |