mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
get rid of pa_module_get_info because it is not used
This commit is contained in:
parent
76ca5b8578
commit
606cf8a2ec
2 changed files with 0 additions and 8 deletions
|
|
@ -234,12 +234,6 @@ void pa_module_unload_request_by_index(pa_core *c, uint32_t idx, pa_bool_t force
|
|||
pa_module_unload_request(m, force);
|
||||
}
|
||||
|
||||
pa_modinfo *pa_module_get_info(pa_module *m) {
|
||||
pa_assert(m);
|
||||
|
||||
return pa_modinfo_get_by_handle(m->dl, m->name);
|
||||
}
|
||||
|
||||
int pa_module_get_n_used(pa_module*m) {
|
||||
pa_assert(m);
|
||||
|
||||
|
|
|
|||
|
|
@ -79,6 +79,4 @@ int pa_module_get_n_used(pa_module*m);
|
|||
pa_bool_t pa__load_once(void) { return b; } \
|
||||
struct __stupid_useless_struct_to_allow_trailing_semicolon
|
||||
|
||||
pa_modinfo *pa_module_get_info(pa_module *m);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue