mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-01-26 14:13:19 +00:00
alsa-compress-offload-sink: Remove unused variable
This commit is contained in:
parent
1c991a329e
commit
48716a72b1
@ -16,7 +16,6 @@ struct compress_offload_api_context {
|
||||
int fd;
|
||||
struct snd_compr_caps caps;
|
||||
struct spa_log *log;
|
||||
bool was_configured;
|
||||
uint32_t fragment_size;
|
||||
uint32_t num_fragments;
|
||||
};
|
||||
@ -110,8 +109,6 @@ int compress_offload_api_set_params(struct compress_offload_api_context *context
|
||||
return -errno;
|
||||
}
|
||||
|
||||
context->was_configured = true;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user