From eba9dc2c43555f09d0256e2a0cbe5416ff69c20b Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Fri, 20 Sep 2024 22:24:14 -0700 Subject: [PATCH] Remove unused variable --- Audio/Output/OutputCoreAudio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Audio/Output/OutputCoreAudio.h b/Audio/Output/OutputCoreAudio.h index e221478be..2a44bd0a7 100644 --- a/Audio/Output/OutputCoreAudio.h +++ b/Audio/Output/OutputCoreAudio.h @@ -140,7 +140,6 @@ using std::atomic_long; float *samplePtr; float tempBuffer[512 * 32]; float rsInBuffer[8192 * 32]; - float rsTempBuffer[4096 * 32]; float inputBuffer[4096 * 32]; // 4096 samples times maximum supported channel count float fsurroundBuffer[8192 * 6]; float hrtfBuffer[4096 * 2];