aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-08-07 06:57:31 -0700
committerChris Robinson <[email protected]>2010-08-07 06:57:31 -0700
commit8003278a5589c6300650710be924d596791946ac (patch)
tree2ff52972421bdb6e726bb5f99aca357ed5592dcb /OpenAL32/Include/alu.h
parent5f22d30fc91e677933e12034979f42f74c4f653d (diff)
Combine non-attenuated source calculation functions
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r--OpenAL32/Include/alu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index fe2f42ba..c77a0129 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -188,7 +188,6 @@ ALvoid aluInitPanning(ALCdevice *Device);
ALvoid CalcSourceParams(struct ALsource *ALSource, const ALCcontext *ALContext);
ALvoid CalcNonAttnSourceParams(struct ALsource *ALSource, const ALCcontext *ALContext);
-ALvoid CalcNonAttnStereoSourceParams(struct ALsource *ALSource, const ALCcontext *ALContext);
ALvoid aluMixData(ALCdevice *device, ALvoid *buffer, ALsizei size);
ALvoid aluHandleDisconnect(ALCdevice *device);