mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
pipewire: pw_context_find_export_type(): remove redundant decl
This function is already declared in "context.h".
This commit is contained in:
parent
e917dc65a0
commit
3bb32fb592
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue