diff options
Diffstat (limited to 'scene/gui/control.h')
| -rw-r--r-- | scene/gui/control.h | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/scene/gui/control.h b/scene/gui/control.h index 0812457bd2..5e33f6ba43 100644 --- a/scene/gui/control.h +++ b/scene/gui/control.h @@ -207,7 +207,6 @@ private:  		HashMap<StringName, Ref<Font> > font_override;  		HashMap<StringName, Color> color_override;  		HashMap<StringName, int> constant_override; -		Map<Ref<Font>, int> font_refcount;  	} data; @@ -234,9 +233,7 @@ private:  	void _size_changed();  	String _get_tooltip() const; -	void _ref_font(Ref<Font> p_sc); -	void _unref_font(Ref<Font> p_sc); -	void _font_changed(); +	void _override_changed();  	void _update_canvas_item_transform();  |