From a7145661bcdec068f120ede471079d76223ed47a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 21 Oct 2023 15:40:12 +0200 Subject: [PATCH] NO-OP: cleanup after 44a2ef909 --- libs/ardour/delivery.cc | 1 - 1 file changed, 1 deletion(-) 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; } }