From be14dd59a83dbe14340365d68708ebbd14ce9fbe Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 30 Jul 2021 13:50:53 +0200 Subject: [PATCH] output/pipewire: remove obsolete TODO comment --- src/output/plugins/PipeWireOutputPlugin.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/output/plugins/PipeWireOutputPlugin.cxx b/src/output/plugins/PipeWireOutputPlugin.cxx index 993c14fbe..c731d41e2 100644 --- a/src/output/plugins/PipeWireOutputPlugin.cxx +++ b/src/output/plugins/PipeWireOutputPlugin.cxx @@ -230,7 +230,6 @@ PipeWireOutput::Close() noexcept pw_stream_destroy(stream); } - // TODO synchronize with Process()? delete ring_buffer; }