diff options
Diffstat (limited to 'Alc/mixer_c.c')
-rw-r--r-- | Alc/mixer_c.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Alc/mixer_c.c b/Alc/mixer_c.c index 5cb5acb4..aecf03a5 100644 --- a/Alc/mixer_c.c +++ b/Alc/mixer_c.c @@ -36,14 +36,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 C #include "mixer_inc.c" #undef SUFFIX |