mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
remove more unused stuff
This commit is contained in:
parent
ad71c82159
commit
45ee7b4490
5 changed files with 13 additions and 98 deletions
|
|
@ -210,7 +210,7 @@ on_port_added (PinosNode *node, PinosPort *port, PinosClient *client)
|
|||
g_clear_error (&error);
|
||||
return;
|
||||
}
|
||||
link = pinos_link_new (pinos_node_get_daemon (node), port, target, NULL);
|
||||
link = pinos_link_new (pinos_node_get_daemon (node), port, target);
|
||||
pinos_client_add_object (client, G_OBJECT (link));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue