mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue