alsa-compress-offload-sink: Remove unused variable

This commit is contained in:
Carlos Rafael Giani 2023-12-07 12:30:10 +01:00
parent 1c991a329e
commit 48716a72b1

View file

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