aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-10-14 11:04:36 -0700
committerChris Robinson <[email protected]>2012-10-14 11:04:36 -0700
commit3240894cd5ee4d3bae6798b6d480ef2dfacc403a (patch)
treef5fefe05c181e2854e6b94fab787173bdf136f86 /OpenAL32/Include
parent0b679167c9147fc92aad32487c03dffb5ce6817f (diff)
Remove the now-unused Source parameter from the DryMix methods
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alu.h3
1 files changed, 1 insertions, 2 deletions
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);