1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Revert "Fix "Script Create" dialog errors with metadata"

This reverts commit bb5198a5ac.
This commit is contained in:
kobewi
2022-12-01 15:30:16 +01:00
parent eb555d7559
commit 563d67a10d
2 changed files with 25 additions and 14 deletions

View File

@@ -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];