From c8f5f31efeab3d08a73cf0b567a0861284fde9b7 Mon Sep 17 00:00:00 2001 From: Digital Artifex <7929434+DigitalArtifex@users.noreply.github.com> Date: Sun, 21 Sep 2025 06:56:34 -0400 Subject: [PATCH] Removed unused references --- plugin/AudioModel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/AudioModel.cpp b/plugin/AudioModel.cpp index 57a1ad0..ba31e3b 100644 --- a/plugin/AudioModel.cpp +++ b/plugin/AudioModel.cpp @@ -196,8 +196,8 @@ void AudioModel::on_process(void *userdata) struct pw_buffer *b; struct spa_buffer *buf; - float *samples, max; - uint32_t c, n, n_channels, n_samples, peak; + float *samples; + uint32_t n_channels, n_samples; if ((b = pw_stream_dequeue_buffer(data->stream)) == NULL) { pw_log_warn("out of buffers: %m");