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];