mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05: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;
|
PinosNode this;
|
||||||
|
|
||||||
PinosClient *client;
|
|
||||||
|
|
||||||
uint32_t seq;
|
uint32_t seq;
|
||||||
|
|
||||||
bool async_init;
|
bool async_init;
|
||||||
|
|
@ -566,21 +564,6 @@ pinos_node_destroy (PinosNode * this)
|
||||||
return res;
|
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:
|
* pinos_node_get_free_port:
|
||||||
* @node: a #PinosNode
|
* @node: a #PinosNode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue