summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornathanwfranke <nathanwfranke@gmail.com>2020-02-24 02:38:27 -0600
committernathanwfranke <nathanwfranke@gmail.com>2020-02-24 02:38:27 -0600
commite0bb28c624b6a7fb489041f69b75a7f4d005e46a (patch)
tree30912729b604155ff2b9a96164153f470fc4b475
parent128a55a597b0dfad4d7f5b94c64b37b0ce120899 (diff)
Remove this signal call that was mistakenly added in #36244
The original change was in #36340
-rw-r--r--editor/debugger/script_editor_debugger.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/debugger/script_editor_debugger.cpp b/editor/debugger/script_editor_debugger.cpp
index 8feb1ee03a..45af70f191 100644
--- a/editor/debugger/script_editor_debugger.cpp
+++ b/editor/debugger/script_editor_debugger.cpp
@@ -1698,7 +1698,6 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor) {
visual_profiler->set_name(TTR("Visual Profiler"));
tabs->add_child(visual_profiler);
visual_profiler->connect_compat("enable_profiling", this, "_visual_profiler_activate");
- visual_profiler->connect_compat("break_request", this, "_profiler_seeked");
}
{ //network profiler