aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/effects/reverb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/effects/reverb.c b/Alc/effects/reverb.c
index 71e12b33..9f83353c 100644
--- a/Alc/effects/reverb.c
+++ b/Alc/effects/reverb.c
@@ -567,8 +567,6 @@ static ALvoid ALreverbState_processStandard(ALreverbState *State, ALuint Samples
ALfloat (*restrict out)[4] = State->ReverbSamples;
ALuint index, c, i;
- memset(out, 0, SamplesToDo*4*sizeof(ALfloat));
-
/* Process reverb for these samples. */
for(index = 0;index < SamplesToDo;)
{