mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
pipewire-jack: remove unused field graph_callback_pending
* The field `graph_callback_pending` in the struct `client` in pipewire jack seems to be unused and referenced nowhere else in the repository.
This commit is contained in:
parent
bffcb2e6f1
commit
281451db85
1 changed files with 0 additions and 1 deletions
|
|
@ -443,7 +443,6 @@ struct client {
|
|||
unsigned int global_buffer_size:1;
|
||||
unsigned int global_sample_rate:1;
|
||||
unsigned int passive_links:1;
|
||||
unsigned int graph_callback_pending:1;
|
||||
unsigned int pending_callbacks:1;
|
||||
int frozen_callbacks;
|
||||
char filter_char;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue