From b1bb0ead3cabfcb608f69b6928aeb1c80df06b2e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 30 Jun 2024 21:22:42 +0200 Subject: [PATCH] alsa: remove unused variables --- spa/plugins/alsa/alsa-pcm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/spa/plugins/alsa/alsa-pcm.c b/spa/plugins/alsa/alsa-pcm.c index fb16b5753..fdc108bb9 100644 --- a/spa/plugins/alsa/alsa-pcm.c +++ b/spa/plugins/alsa/alsa-pcm.c @@ -101,9 +101,7 @@ static int write_bind_ctl_param(struct state *state, const char *name, const cha for (unsigned int i = 0; i < state->num_bind_ctls; i++) { snd_ctl_elem_info_t *info = state->bound_ctls[i].info; bool changed = false; - bool is_array; int type; - struct spa_pod_builder *builder; if(!state->bound_ctls[i].value || !info) continue;