diff options
author | Chris Robinson <[email protected]> | 2012-10-14 11:29:28 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-10-14 11:29:28 -0700 |
commit | f0d27e5f9198e706ab024cb379fbb19acc46ec86 (patch) | |
tree | 5b26d2cd59df48825bcf14aa1d11915cc71c10f7 /OpenAL32 | |
parent | a852669dcebf7ff80a0698ca8afe6c8400480202 (diff) |
Remove the unused Device parameter
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 2349d38f..50692f7a 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -88,7 +88,7 @@ struct SendParams; typedef void (*ResamplerFunc)(const ALfloat *src, ALuint frac, ALuint increment, ALfloat *RESTRICT dst, ALuint dstlen); -typedef ALvoid (*DryMixerFunc)(ALCdevice *Device, struct DirectParams *params, +typedef ALvoid (*DryMixerFunc)(struct DirectParams *params, const ALfloat *RESTRICT data, ALuint srcchan, ALuint OutPos, ALuint SamplesToDo, ALuint BufferSize); |