aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-09-12 07:57:50 -0700
committerChris Robinson <[email protected]>2012-09-12 07:57:50 -0700
commitff809f2271099acf4527a23d55a034e1cef5e900 (patch)
tree0964f798f7f7da352c872995bc89e4adc919f4c2 /OpenAL32
parent41f52fdd6a499a6245e50a131bd7b175fc03dfa2 (diff)
Move a couple methods to where they're used
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index cc18f1a7..0c7cc28b 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -268,10 +268,6 @@ ALvoid ComputeAngleGains(const ALCdevice *device, ALfloat angle, ALfloat hwidth,
ALvoid CalcSourceParams(struct ALsource *ALSource, const ALCcontext *ALContext);
ALvoid CalcNonAttnSourceParams(struct ALsource *ALSource, const ALCcontext *ALContext);
-DryMixerFunc SelectDirectMixer(void);
-DryMixerFunc SelectHrtfMixer(void);
-WetMixerFunc SelectSendMixer(void);
-
ALvoid MixSource(struct ALsource *Source, ALCdevice *Device, ALuint SamplesToDo);
ALvoid aluMixData(ALCdevice *device, ALvoid *buffer, ALsizei size);