aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/mixer_c.c')
-rw-r--r--Alc/mixer_c.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Alc/mixer_c.c b/Alc/mixer_c.c
index a0a7b4d0..9283c8e9 100644
--- a/Alc/mixer_c.c
+++ b/Alc/mixer_c.c
@@ -83,8 +83,7 @@ static __inline void ApplyCoeffs(ALuint Offset, ALfloat (*RESTRICT Values)[2],
#undef SUFFIX
-void MixDirect_C(ALCdevice *Device, DirectParams *params,
- const ALfloat *RESTRICT data, ALuint srcchan,
+void MixDirect_C(DirectParams *params, const ALfloat *RESTRICT data, ALuint srcchan,
ALuint OutPos, ALuint SamplesToDo, ALuint BufferSize)
{
ALfloat (*RESTRICT DryBuffer)[BUFFERSIZE] = params->OutBuffer;
@@ -93,7 +92,6 @@ void MixDirect_C(ALCdevice *Device, DirectParams *params,
ALfloat DrySend;
ALuint pos;
ALuint c;
- (void)Device;
for(c = 0;c < MaxChannels;c++)
{