pulse: refactor param enumeration

This commit is contained in:
Wim Taymans 2020-07-31 13:33:28 +02:00
parent c388df1cf3
commit 47ce374636
2 changed files with 27 additions and 19 deletions

View file

@ -224,7 +224,6 @@ struct pa_mainloop {
struct param {
struct spa_list link;
uint32_t id;
int seq;
void *param;
};