aboutsummaryrefslogtreecommitdiff
path: root/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound.cpp')
-rw-r--r--sound.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound.cpp b/sound.cpp
index 62f05e9f7d..8f3cfa1386 100644
--- a/sound.cpp
+++ b/sound.cpp
@@ -385,8 +385,6 @@ void *Scumm::openSfxFile() {
return file;
}
-#define NUM_MIXER 4
-
MixerChannel *Scumm::allocateMixer() {
int i;
MixerChannel *mc = _mixer_channel;