Fix ScriptCreateDialog not accepting on submit

This commit is contained in:
kobewi
2023-09-25 22:25:19 +02:00
parent fcbc50ec14
commit c8db3f66ed
2 changed files with 2 additions and 8 deletions

View File

@@ -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();