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:
parent
021ff2044a
commit
4262d701eb
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user