2
0
Fork 0

Remove erroneous signal connection

4.1
kobewi 2023-05-05 22:26:19 +07:00
parent 7a13cf9aeb
commit 88ea3dd4db
1 changed files with 0 additions and 2 deletions

@ -4091,8 +4091,6 @@ ScriptEditor::ScriptEditor() {
Ref<EditorJSONSyntaxHighlighter> json_syntax_highlighter;
json_syntax_highlighter.instantiate();
register_syntax_highlighter(json_syntax_highlighter);
EditorNode::get_singleton()->connect("scene_closed", callable_mp(this, &ScriptEditor::_close_builtin_scripts_from_scene));
}
ScriptEditor::~ScriptEditor() {