Commit 4f75eb9b authored by Max Kellermann's avatar Max Kellermann

output/pipewire: remove unreachable "return" statement

parent d2bd1282
......@@ -285,8 +285,6 @@ PipeWireOutput::Play(const void *chunk, size_t size)
usleep(1000); // TODO
}
return size;
}
const struct AudioOutputPlugin pipewire_output_plugin = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment