Remove some unused fields

This commit is contained in:
Wim Taymans 2019-10-08 22:44:56 +02:00
parent 9d842fb5eb
commit 117db11f7e
2 changed files with 0 additions and 5 deletions

View file

@ -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;

View file

@ -47,8 +47,6 @@
#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__)
/** \cond */