Remove erroneous signal connection
(cherry picked from commit 88ea3dd4db
)
This commit is contained in:
parent
19b998396c
commit
d56c4f960c
|
@ -4090,8 +4090,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() {
|
||||
|
|
Loading…
Reference in New Issue