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

@ -106,7 +106,6 @@ struct client {
struct spa_list out_messages; struct spa_list out_messages;
struct spa_list operations; struct spa_list operations;
struct spa_list loading_modules;
struct spa_list pending_samples; struct spa_list pending_samples;

View file

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