pulse-server: remove unnecessary struct members

This commit is contained in:
Barnabás Pőcze 2021-06-10 21:15:23 +02:00
parent cd0eb829dd
commit 1d5fb2a7db
2 changed files with 0 additions and 2 deletions

View file

@ -59,7 +59,6 @@ struct module {
const char *name;
const char *args;
struct pw_properties *props;
struct spa_list link; /**< link in client modules */
struct impl *impl;
const struct module_methods *methods;
struct spa_hook_list hooks;