summaryrefslogtreecommitdiff
path: root/scene/gui/control.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-11-10 09:15:04 +0100
committerGitHub <noreply@github.com>2017-11-10 09:15:04 +0100
commit186f0dffdfd9d9d92679d9f38267a99e930b8806 (patch)
tree792835a1a3ea8bcf1cdfff1c6c94ad5ef7e26478 /scene/gui/control.h
parent2e89dd19b1f1dfe5de1ff8cdeb21539efc2b3f09 (diff)
parentab2647a0d0c2efc4735017ba46eb11a85daf8738 (diff)
Merge pull request #12799 from letheed/deprecated
Remove deprecated methods
Diffstat (limited to 'scene/gui/control.h')
-rw-r--r--scene/gui/control.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/scene/gui/control.h b/scene/gui/control.h
index 5b146b4454..8c1df6784a 100644
--- a/scene/gui/control.h
+++ b/scene/gui/control.h
@@ -226,10 +226,6 @@ private:
void _size_changed();
String _get_tooltip() const;
- // Deprecated, should be removed in a future version.
- void _set_rotation_deg(float p_degrees);
- float _get_rotation_deg() const;
-
void _ref_font(Ref<Font> p_sc);
void _unref_font(Ref<Font> p_sc);
void _font_changed();