diff options
Diffstat (limited to 'scene/gui/button.h')
-rw-r--r-- | scene/gui/button.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scene/gui/button.h b/scene/gui/button.h index 6efbafe0ad..86fdbd35d5 100644 --- a/scene/gui/button.h +++ b/scene/gui/button.h @@ -56,8 +56,6 @@ private: VerticalAlignment vertical_icon_alignment = VERTICAL_ALIGNMENT_CENTER; float _internal_margin[4] = {}; - bool h_separation_is_valid_when_no_text = false; - struct ThemeCache { Ref<StyleBox> normal; Ref<StyleBox> normal_mirrored; @@ -105,7 +103,6 @@ protected: void _set_internal_margin(Side p_side, float p_value); virtual void _queue_update_size_cache(); - void _set_h_separation_is_valid_when_no_text(bool p_h_separation_is_valid_when_no_text); Ref<StyleBox> _get_current_stylebox() const; void _notification(int p_what); static void _bind_methods(); |