diff options
author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2021-10-21 17:26:51 +0100 |
---|---|---|
committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2021-10-21 18:44:25 +0100 |
commit | 87a4ba492ee4f4a055dfff5afacf48dd4e62e839 (patch) | |
tree | cf4fff3b872a69d2888b9b8be661b30635e1839c /editor/plugins/theme_editor_plugin.h | |
parent | 8688b97dda57bec8083870a2e2c4c7ca9a021f46 (diff) | |
download | redot-engine-87a4ba492ee4f4a055dfff5afacf48dd4e62e839.tar.gz |
Remove unimplemented methods
Diffstat (limited to 'editor/plugins/theme_editor_plugin.h')
-rw-r--r-- | editor/plugins/theme_editor_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/theme_editor_plugin.h b/editor/plugins/theme_editor_plugin.h index 60f9e09536..b6becbb1c7 100644 --- a/editor/plugins/theme_editor_plugin.h +++ b/editor/plugins/theme_editor_plugin.h @@ -347,7 +347,6 @@ class ThemeTypeEditor : public MarginContainer { void _update_type_items(); void _list_type_selected(int p_index); - void _select_type(String p_type_name); void _add_type_button_cbk(); void _add_default_type_items(); |