mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
pulse-server: remove unnecessary struct members
This commit is contained in:
parent
cd0eb829dd
commit
1d5fb2a7db
2 changed files with 0 additions and 2 deletions
|
|
@ -106,7 +106,6 @@ struct client {
|
|||
struct spa_list out_messages;
|
||||
|
||||
struct spa_list operations;
|
||||
struct spa_list loading_modules;
|
||||
|
||||
struct spa_list pending_samples;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue