summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.h
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-09-13 13:14:07 +0200
committerYuri Sizov <yuris@humnom.net>2023-09-15 14:51:01 +0200
commit8ecc0c4f47f78874d94ad701cea4ea0173bddbb2 (patch)
tree6230a9b3228bf84812d054f16e728bb9b4a31f34 /editor/create_dialog.h
parent6e11fcb92cda87322ab91f5a53e8a230ff1b994f (diff)
downloadredot-engine-8ecc0c4f47f78874d94ad701cea4ea0173bddbb2.tar.gz
Fix accessing editor theme items throughout the UI
This also exposes `EditorInterface::get_editor_theme`.
Diffstat (limited to 'editor/create_dialog.h')
-rw-r--r--editor/create_dialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/create_dialog.h b/editor/create_dialog.h
index 37579812cf..694efd1ee1 100644
--- a/editor/create_dialog.h
+++ b/editor/create_dialog.h
@@ -102,8 +102,6 @@ class CreateDialog : public ConfirmationDialog {
bool _is_class_disabled_by_feature_profile(const StringName &p_class) const;
void _load_favorites_and_history();
- void _update_theme();
-
protected:
void _notification(int p_what);
static void _bind_methods();