mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: pending-sample: remove done flag
The `done` member of the `pending_sample` struct is only ever set, but never read. Remove it.
This commit is contained in:
parent
9447dbe4f8
commit
29a288ebae
2 changed files with 0 additions and 2 deletions
|
|
@ -39,7 +39,6 @@ struct pending_sample {
|
|||
struct sample_play *play;
|
||||
struct spa_hook listener;
|
||||
uint32_t tag;
|
||||
unsigned int done:1;
|
||||
};
|
||||
|
||||
void pending_sample_free(struct pending_sample *ps);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue