mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-24 01:40:20 -05:00
remove unused functions
This commit is contained in:
parent
95727d3b01
commit
095e69882e
4 changed files with 1 additions and 18 deletions
|
|
@ -100,10 +100,6 @@ void pw_module_add_listener(struct pw_module *module,
|
|||
/** Destroy a module */
|
||||
void pw_module_destroy(struct pw_module *module);
|
||||
|
||||
/** Find a module by filename */
|
||||
struct pw_module *
|
||||
pw_core_find_module(struct pw_core *core, const char *filename);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue