summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-05-05 22:26:19 +0200
committerkobewi <kobewi4e@gmail.com>2023-05-05 22:26:19 +0200
commit88ea3dd4db53cf817df10cec12d7b0c111e723c3 (patch)
tree2848a1ffdc6bb09e259e866c673fcf8c2b881679 /editor/plugins/script_editor_plugin.cpp
parent7a13cf9aeb8c5c17d419d670957fef856c114a11 (diff)
downloadredot-engine-88ea3dd4db53cf817df10cec12d7b0c111e723c3.tar.gz
Remove erroneous signal connection
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
-rw-r--r--editor/plugins/script_editor_plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp
index ea8e99c9de..0e01b11028 100644
--- a/editor/plugins/script_editor_plugin.cpp
+++ b/editor/plugins/script_editor_plugin.cpp
@@ -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() {