diff options
author | kobewi <kobewi4e@gmail.com> | 2023-09-25 22:25:19 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-09-25 22:25:19 +0200 |
commit | c8db3f66eddddb56ea7321116cfa7e7112e8f796 (patch) | |
tree | cb5a6b7683f2cf96c1c3b12d6de3a6be4a6e2ef5 /editor/script_create_dialog.h | |
parent | fcbc50ec144df458aee75db94cdbf6396bd408ed (diff) | |
download | redot-engine-c8db3f66eddddb56ea7321116cfa7e7112e8f796.tar.gz |
Fix ScriptCreateDialog not accepting on submit
Diffstat (limited to 'editor/script_create_dialog.h')
-rw-r--r-- | editor/script_create_dialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h index a4ff602eec..66301ea3b9 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -97,7 +97,6 @@ class ScriptCreateDialog : public ConfirmationDialog { void _path_hbox_sorted(); bool _can_be_built_in(); void _path_changed(const String &p_path = String()); - void _path_submitted(const String &p_path = String()); void _language_changed(int l = 0); void _built_in_pressed(); void _use_template_pressed(); |