diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-02-20 18:20:58 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-02-20 19:39:48 +0800 |
commit | 7f30fd10f9da91e1052f5008c64dac797319fd83 (patch) | |
tree | 2601897c5f3d79e678750bf4ad658d1935ec9199 /editor/script_create_dialog.h | |
parent | 91a57b5b6a567ff10e30f4c0f1385c78e39ca284 (diff) | |
download | redot-engine-7f30fd10f9da91e1052f5008c64dac797319fd83.tar.gz |
Fix errors when updating script template list
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 aea9649abc..5c0f51812f 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -115,7 +115,6 @@ class ScriptCreateDialog : public ConfirmationDialog { virtual void ok_pressed() override; void _create_new(); void _load_exist(); - Vector<String> get_hierarchy(String p_object) const; void _msg_script_valid(bool valid, const String &p_msg = String()); void _msg_path_valid(bool valid, const String &p_msg = String()); void _update_template_menu(); |