From 4d10524f7f234e51f4baa2982a929eed0688db66 Mon Sep 17 00:00:00 2001 From: Eric M Date: Thu, 26 Nov 2020 15:30:13 +1000 Subject: [PATCH] Removed unused property 'pending_resize' from Control --- scene/gui/control.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/scene/gui/control.h b/scene/gui/control.h index 85b32278846..e4fe0bb25d9 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;