From aae59ac28186cbc1cc1a8ed406eed4794c0224ab Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 22 Nov 2025 13:11:18 +0500 Subject: [PATCH] engine: client: remove unused temppaintbuffer array --- engine/client/s_mix.c | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/client/s_mix.c b/engine/client/s_mix.c index 0cf9b218..3ae38708 100644 --- a/engine/client/s_mix.c +++ b/engine/client/s_mix.c @@ -52,7 +52,6 @@ static portable_samplepair_t streambuffer[(PAINTBUFFER_SIZE+1)]; static portable_samplepair_t paintbuffer[(PAINTBUFFER_SIZE+1)]; static portable_samplepair_t roombuffer[(PAINTBUFFER_SIZE+1)]; static portable_samplepair_t voicebuffer[(PAINTBUFFER_SIZE+1)]; -static portable_samplepair_t temppaintbuffer[(PAINTBUFFER_SIZE+1)]; static paintbuffer_t paintbuffers[CPAINTBUFFERS]; static int snd_scaletable[SND_SCALE_LEVELS][256];