diff --git a/libs/ardour/delivery.cc b/libs/ardour/delivery.cc index 0586b57a1f..46d80f0d85 100644 --- a/libs/ardour/delivery.cc +++ b/libs/ardour/delivery.cc @@ -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; } }