NO-OP: cleanup after 44a2ef909

This commit is contained in:
Robin Gareus 2023-10-21 15:40:12 +02:00
parent 4ca457bb9e
commit a7145661bc
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 0 additions and 1 deletions

View File

@ -536,7 +536,6 @@ Delivery::flush_buffers (samplecnt_t nframes)
/* io_lock, not taken: function must be called from Session::process() calltree */
if (_output) {
_output->flush_buffers (nframes);
return;
}
}