pipewire: pw_context_find_export_type(): remove redundant decl

This function is already declared in "context.h".
This commit is contained in:
Barnabás Pőcze 2023-07-01 22:28:00 +02:00
parent e917dc65a0
commit 3bb32fb592

View file

@ -1228,8 +1228,6 @@ int pw_context_debug_port_params(struct pw_context *context,
struct spa_node *node, enum spa_direction direction, struct spa_node *node, enum spa_direction direction,
uint32_t port_id, uint32_t id, int err, const char *debug, ...); 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); 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); void pw_proxy_remove(struct pw_proxy *proxy);