aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer_neon.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/mixer_neon.c')
-rw-r--r--Alc/mixer_neon.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Alc/mixer_neon.c b/Alc/mixer_neon.c
index 4824c597..f7a9fed5 100644
--- a/Alc/mixer_neon.c
+++ b/Alc/mixer_neon.c
@@ -54,14 +54,6 @@ static __inline void ApplyCoeffs(ALuint Offset, ALfloat (*RESTRICT Values)[2],
}
-static __inline void ApplyValue(ALfloat *RESTRICT Output, ALfloat value, const ALfloat *DrySend)
-{
- ALuint c;
- for(c = 0;c < MaxChannels;c++)
- Output[c] += value*DrySend[c];
-}
-
-
#define SUFFIX Neon
#include "mixer_inc.c"
#undef SUFFIX