Merge pull request #76761 from KoBeWi/this_file_ain't_big_enough_for_both_of_us

This commit is contained in:
Max Hilbrunner 2023-05-06 15:07:35 +02:00 committed by GitHub
commit 862cbe2fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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