mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
Remove some unused fields
This commit is contained in:
parent
9d842fb5eb
commit
117db11f7e
2 changed files with 0 additions and 5 deletions
|
|
@ -134,8 +134,6 @@ struct node {
|
|||
|
||||
uint32_t n_params;
|
||||
struct spa_pod **params;
|
||||
|
||||
struct spa_list pending_list;
|
||||
};
|
||||
|
||||
struct impl {
|
||||
|
|
@ -1132,7 +1130,6 @@ node_init(struct node *this,
|
|||
SPA_VERSION_NODE,
|
||||
&impl_node, this);
|
||||
spa_hook_list_init(&this->hooks);
|
||||
spa_list_init(&this->pending_list);
|
||||
|
||||
this->data_source.func = node_on_data_fd_events;
|
||||
this->data_source.data = this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue