From 3bb32fb592803d259d121031178611168c991958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Sat, 1 Jul 2023 22:28:00 +0200 Subject: [PATCH] pipewire: pw_context_find_export_type(): remove redundant decl This function is already declared in "context.h". --- src/pipewire/private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pipewire/private.h b/src/pipewire/private.h index 87f79ea83..f61cc24f6 100644 --- a/src/pipewire/private.h +++ b/src/pipewire/private.h @@ -1228,8 +1228,6 @@ int pw_context_debug_port_params(struct pw_context *context, struct spa_node *node, enum spa_direction direction, uint32_t port_id, uint32_t id, int err, const char *debug, ...); -const struct pw_export_type *pw_context_find_export_type(struct pw_context *context, const char *type); - int pw_proxy_init(struct pw_proxy *proxy, struct pw_core *core, const char *type, uint32_t version); void pw_proxy_remove(struct pw_proxy *proxy);