mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-17 07:00:03 -05:00
pipewire: proxy: remove pw_proxy_get_core()
The above function is not declared in any header files, nor used by anything, so remove it.
This commit is contained in:
parent
aed06dff67
commit
54a9b30ed3
1 changed files with 0 additions and 6 deletions
|
|
@ -159,12 +159,6 @@ const char *pw_proxy_get_type(struct pw_proxy *proxy, uint32_t *version)
|
|||
return proxy->type;
|
||||
}
|
||||
|
||||
SPA_EXPORT
|
||||
struct pw_core *pw_proxy_get_core(struct pw_proxy *proxy)
|
||||
{
|
||||
return proxy->core;
|
||||
}
|
||||
|
||||
SPA_EXPORT
|
||||
struct pw_protocol *pw_proxy_get_protocol(struct pw_proxy *proxy)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue