get rid of pa_module_get_info because it is not used

This commit is contained in:
Lennart Poettering 2009-01-17 02:17:32 +01:00
parent 76ca5b8578
commit 606cf8a2ec
2 changed files with 0 additions and 8 deletions

View file

@ -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