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.
This commit is contained in:
Robin Gareus 2020-02-24 22:22:09 +01:00
parent 021ff2044a
commit 4262d701eb
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 0 additions and 3 deletions

View File

@ -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());