diff options
author | kobewi <kobewi4e@gmail.com> | 2022-11-05 17:09:16 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-01-19 13:02:18 +0100 |
commit | c0083e431bb7bf66987f396cf9a62fa372d92fe9 (patch) | |
tree | 5fec252ab1c4b5f0f400ab78cd758ebe88213ebf /scene/gui/control.h | |
parent | cd0a9ccdfde05963d1b544b773662149f585da0d (diff) |
Cleanup unused engine code v2
Diffstat (limited to 'scene/gui/control.h')
-rw-r--r-- | scene/gui/control.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/gui/control.h b/scene/gui/control.h index aaab9f530c..f1e8ef5d91 100644 --- a/scene/gui/control.h +++ b/scene/gui/control.h @@ -464,7 +464,6 @@ public: void update_minimum_size(); void set_block_minimum_size_adjust(bool p_block); - bool is_minimum_size_adjust_blocked() const; virtual Size2 get_minimum_size() const; virtual Size2 get_combined_minimum_size() const; |