summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.h
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-09-15 19:48:14 +0200
committerYuri Sizov <yuris@humnom.net>2023-09-15 19:48:14 +0200
commitdf6cd37a697fcc2f63940d7984726661069c18b6 (patch)
tree269bc50f887b251408ad40cf726571e931f53b82 /editor/create_dialog.h
parent508a758eabf7c7f27270e303eb29e72d56701503 (diff)
parent8ecc0c4f47f78874d94ad701cea4ea0173bddbb2 (diff)
downloadredot-engine-df6cd37a697fcc2f63940d7984726661069c18b6.tar.gz
Merge pull request #81516 from YuriSizov/editor-theme-access-the-success
Fix accessing editor theme items throughout the UI
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();