Merge pull request #43879 from EricEzaM/PR/control-remove-unused-property

Removed unused property 'pending_resize' from Control
This commit is contained in:
Rémi Verschelde 2020-11-26 08:03:45 +01:00 committed by GitHub
commit 4e212affbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -157,8 +157,6 @@ private:
Vector2 scale;
Vector2 pivot_offset;
bool pending_resize;
int h_size_flags;
int v_size_flags;
float expand;