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

Re-Remove this signal call that was mistakenly added in #36244
This commit is contained in:
Rémi Verschelde 2020-02-25 08:28:32 +01:00 committed by GitHub
commit a4125bbe2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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