From 3240894cd5ee4d3bae6798b6d480ef2dfacc403a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 14 Oct 2012 11:04:36 -0700 Subject: Remove the now-unused Source parameter from the DryMix methods --- OpenAL32/Include/alu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index d4339d96..2349d38f 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -88,8 +88,7 @@ struct SendParams; typedef void (*ResamplerFunc)(const ALfloat *src, ALuint frac, ALuint increment, ALfloat *RESTRICT dst, ALuint dstlen); -typedef ALvoid (*DryMixerFunc)(struct ALsource *self, ALCdevice *Device, - struct DirectParams *params, +typedef ALvoid (*DryMixerFunc)(ALCdevice *Device, struct DirectParams *params, const ALfloat *RESTRICT data, ALuint srcchan, ALuint OutPos, ALuint SamplesToDo, ALuint BufferSize); -- cgit v1.2.3