diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-01-17 02:17:32 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-01-17 02:17:32 +0100 |
commit | 606cf8a2ec9d5f84b88039b14e17a93b706be9da (patch) | |
tree | 565851672281d63df92a994d0b3b71666ced977d /src/pulsecore/module.c | |
parent | 76ca5b8578aae04753c6ca2c5a87bbb39188f7b5 (diff) |
get rid of pa_module_get_info because it is not used
Diffstat (limited to 'src/pulsecore/module.c')
-rw-r--r-- | src/pulsecore/module.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pulsecore/module.c b/src/pulsecore/module.c index c4dcb478..0a8c8f57 100644 --- a/src/pulsecore/module.c +++ b/src/pulsecore/module.c @@ -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); |