From a1a5ae1d6859b7ef2d55678e36fa5c9d458b1c65 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 21 May 2019 15:36:44 +0200 Subject: [PATCH] update for new API --- src/context.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/context.c b/src/context.c index c42d47740..8cef58f87 100644 --- a/src/context.c +++ b/src/context.c @@ -771,7 +771,6 @@ pa_operation* pa_context_subscribe(pa_context *c, pa_subscription_mask_t m, pa_c if (c->registry_proxy == NULL) { c->registry_proxy = pw_core_proxy_get_registry(c->core_proxy, - PW_TYPE_INTERFACE_Registry, PW_VERSION_REGISTRY, 0); pw_registry_proxy_add_listener(c->registry_proxy, &c->registry_listener,