mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
node: remove unused code
This commit is contained in:
parent
3dcbf4b228
commit
80deb6b387
1 changed files with 0 additions and 17 deletions
|
|
@ -32,8 +32,6 @@ typedef struct
|
|||
{
|
||||
PinosNode this;
|
||||
|
||||
PinosClient *client;
|
||||
|
||||
uint32_t seq;
|
||||
|
||||
bool async_init;
|
||||
|
|
@ -566,21 +564,6 @@ pinos_node_destroy (PinosNode * this)
|
|||
return res;
|
||||
}
|
||||
|
||||
/**
|
||||
* pinos_node_get_client:
|
||||
* @node: a #PinosNode
|
||||
*
|
||||
* Get the owner client of @node.
|
||||
*
|
||||
* Returns: the owner client of @node.
|
||||
*/
|
||||
PinosClient *
|
||||
pinos_node_get_client (PinosNode *node)
|
||||
{
|
||||
PinosNodeImpl *impl = SPA_CONTAINER_OF (node, PinosNodeImpl, this);
|
||||
return impl->client;
|
||||
}
|
||||
|
||||
/**
|
||||
* pinos_node_get_free_port:
|
||||
* @node: a #PinosNode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue