From 4262d701ebcfa0929cd51c336c96127fa266e5a6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 24 Feb 2020 22:22:09 +0100 Subject: [PATCH] Remove GUI thread x-run reset on engine re-start This has been superseded by the previous commit, doing this independently from the GTK GUI. --- gtk2_ardour/ardour_ui.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 3fbb1b3e29..5ed6778e65 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -571,9 +571,6 @@ ARDOUR_UI::engine_running (uint32_t cnt) post_engine(); } - if (_session) { - _session->reset_xrun_count (); - } update_disk_space (); update_cpu_load (); update_sample_rate (AudioEngine::instance()->sample_rate());