summaryrefslogtreecommitdiffstats
path: root/editor/script_create_dialog.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-12-01 15:30:16 +0100
committerkobewi <kobewi4e@gmail.com>2022-12-01 15:30:16 +0100
commit563d67a10dda49eaaa3cd5ee8bad3e2e40ef78e1 (patch)
tree91d17e1ecb9bd1cc2c45f5a78c804fc3a875e113 /editor/script_create_dialog.h
parenteb555d7559371963d846811260a11fb07dd72a3d (diff)
downloadredot-engine-563d67a10dda49eaaa3cd5ee8bad3e2e40ef78e1.tar.gz
Revert "Fix "Script Create" dialog errors with metadata"
This reverts commit bb5198a5ac92a6fe699751df9bb9c09109a2955a.
Diffstat (limited to 'editor/script_create_dialog.h')
-rw-r--r--editor/script_create_dialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h
index fb1a49a1ca..25428508da 100644
--- a/editor/script_create_dialog.h
+++ b/editor/script_create_dialog.h
@@ -83,7 +83,6 @@ class ScriptCreateDialog : public ConfirmationDialog {
int current_language;
int default_language;
bool re_check_path = false;
- Dictionary templates_dictionary;
Control *path_controls[2];
Control *name_controls[2];