Removed unused references

This commit is contained in:
Digital Artifex
2025-09-21 06:56:34 -04:00
parent fe53193959
commit c8f5f31efe

View File

@@ -196,8 +196,8 @@ void AudioModel::on_process(void *userdata)
struct pw_buffer *b; struct pw_buffer *b;
struct spa_buffer *buf; struct spa_buffer *buf;
float *samples, max; float *samples;
uint32_t c, n, n_channels, n_samples, peak; uint32_t n_channels, n_samples;
if ((b = pw_stream_dequeue_buffer(data->stream)) == NULL) { if ((b = pw_stream_dequeue_buffer(data->stream)) == NULL) {
pw_log_warn("out of buffers: %m"); pw_log_warn("out of buffers: %m");