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:
Barnabás Pőcze 2023-07-01 22:56:30 +02:00
parent aed06dff67
commit 54a9b30ed3

View file

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