aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index ddc0cc53..c9a1a08c 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -39,7 +39,6 @@
#include "mixer_defs.h"
#include "backends/base.h"
-#include "midi/base.h"
struct ChanMap {
@@ -1315,8 +1314,6 @@ ALvoid aluMixData(ALCdevice *device, ALvoid *buffer, ALsizei size)
ctx = ctx->next;
}
- V(device->Synth,process)(SamplesToDo, OutBuffer, OutChannels);
-
if((slot=device->DefaultSlot) != NULL)
V(slot->EffectState,process)(
SamplesToDo, slot->WetBuffer[0], device->DryBuffer, device->NumChannels