mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
pulse-server: module: remove unused client argument
None of the modules use the `client` argument in their unload callbacks. Remove it.
This commit is contained in:
parent
bc2914b3e9
commit
f5e561c2fe
24 changed files with 28 additions and 28 deletions
|
|
@ -4828,7 +4828,7 @@ static int do_unload_module(struct client *client, uint32_t command, uint32_t ta
|
|||
if (module == NULL)
|
||||
return -ENOENT;
|
||||
|
||||
module_unload(client, module);
|
||||
module_unload(module);
|
||||
|
||||
return reply_simple_ack(client, tag);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue