output/pipewire: remove obsolete TODO comment

This commit is contained in:
Max Kellermann 2021-07-30 13:50:53 +02:00
parent 97e5787ff7
commit be14dd59a8

View File

@ -230,7 +230,6 @@ PipeWireOutput::Close() noexcept
pw_stream_destroy(stream);
}
// TODO synchronize with Process()?
delete ring_buffer;
}