mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04: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;
|
uint32_t n_params;
|
||||||
struct spa_pod **params;
|
struct spa_pod **params;
|
||||||
|
|
||||||
struct spa_list pending_list;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct impl {
|
struct impl {
|
||||||
|
|
@ -1132,7 +1130,6 @@ node_init(struct node *this,
|
||||||
SPA_VERSION_NODE,
|
SPA_VERSION_NODE,
|
||||||
&impl_node, this);
|
&impl_node, this);
|
||||||
spa_hook_list_init(&this->hooks);
|
spa_hook_list_init(&this->hooks);
|
||||||
spa_list_init(&this->pending_list);
|
|
||||||
|
|
||||||
this->data_source.func = node_on_data_fd_events;
|
this->data_source.func = node_on_data_fd_events;
|
||||||
this->data_source.data = this;
|
this->data_source.data = this;
|
||||||
|
|
|
||||||
|
|
@ -47,8 +47,6 @@
|
||||||
|
|
||||||
#define NAME "link"
|
#define NAME "link"
|
||||||
|
|
||||||
#define MAX_BUFFERS 64
|
|
||||||
|
|
||||||
#define pw_link_resource_info(r,...) pw_resource_call(r,struct pw_link_proxy_events,info,0,__VA_ARGS__)
|
#define pw_link_resource_info(r,...) pw_resource_call(r,struct pw_link_proxy_events,info,0,__VA_ARGS__)
|
||||||
|
|
||||||
/** \cond */
|
/** \cond */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue