context: remove unused function

This commit is contained in:
Wim Taymans 2022-08-31 13:52:19 +02:00
parent 2054dcf36f
commit 0126663238
2 changed files with 0 additions and 102 deletions

View file

@ -1153,16 +1153,6 @@ int pw_context_find_format(struct pw_context *context,
struct spa_pod_builder *builder,
char **error);
/** Find a ports compatible with \a other_port and the format filters */
struct pw_impl_port *
pw_context_find_port(struct pw_context *context,
struct pw_impl_port *other_port,
uint32_t id,
struct pw_properties *props,
uint32_t n_format_filters,
struct spa_pod **format_filters,
char **error);
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, ...);