From 2fdf5de545a885051036df4ef52e1f0c14f9d392 Mon Sep 17 00:00:00 2001 From: toaster Date: Fri, 6 Jan 2023 11:58:42 +0000 Subject: [PATCH] SetChannelsNum: Remove now-unused iterator variable --- src/s_sound.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/s_sound.c b/src/s_sound.c index e71d93d89..0d3746d33 100644 --- a/src/s_sound.c +++ b/src/s_sound.c @@ -268,8 +268,6 @@ void S_RegisterSoundStuff(void) static void SetChannelsNum(void) { - INT32 i; - // Allocating the internal channels for mixing // (the maximum number of sounds rendered // simultaneously) within zone memory.