浏览代码

Merge pull request #36502 from nathanwfranke/re-remove-invalid-signal-connect

Re-Remove this signal call that was mistakenly added in #36244
Rémi Verschelde 5 年之前
父节点
当前提交
a4125bbe2f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      editor/debugger/script_editor_debugger.cpp

+ 0 - 1
editor/debugger/script_editor_debugger.cpp

@@ -1698,7 +1698,6 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor) {
 		visual_profiler->set_name(TTR("Visual Profiler"));
 		visual_profiler->set_name(TTR("Visual Profiler"));
 		tabs->add_child(visual_profiler);
 		tabs->add_child(visual_profiler);
 		visual_profiler->connect_compat("enable_profiling", this, "_visual_profiler_activate");
 		visual_profiler->connect_compat("enable_profiling", this, "_visual_profiler_activate");
-		visual_profiler->connect_compat("break_request", this, "_profiler_seeked");
 	}
 	}
 
 
 	{ //network profiler
 	{ //network profiler