node: remove unused code

This commit is contained in:
Wim Taymans 2016-11-21 12:59:47 +01:00
parent 3dcbf4b228
commit 80deb6b387

View file

@ -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