From eb277cc57835d246400f724c1050cc0724e31af6 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 4 Oct 2011 09:55:36 -0700 Subject: Remove some unneeded templates and parameters --- OpenAL32/Include/alu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index b3288471..814b5034 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -233,8 +233,8 @@ ALint aluCart2LUTpos(ALfloat re, ALfloat im); ALvoid CalcSourceParams(struct ALsource *ALSource, const ALCcontext *ALContext); ALvoid CalcNonAttnSourceParams(struct ALsource *ALSource, const ALCcontext *ALContext); -MixerFunc SelectMixer(struct ALbuffer *Buffer, enum Resampler Resampler); -MixerFunc SelectHrtfMixer(struct ALbuffer *Buffer, enum Resampler Resampler); +MixerFunc SelectMixer(enum Resampler Resampler); +MixerFunc SelectHrtfMixer(enum Resampler Resampler); ALvoid MixSource(struct ALsource *Source, ALCdevice *Device, ALuint SamplesToDo); -- cgit v1.2.3