aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-02-17 12:32:43 -0800
committerChris Robinson <[email protected]>2012-02-17 12:32:43 -0800
commitcc2cb1142bf42c5dc6d306e7aa7e794daae09972 (patch)
tree84558f4d2800085fc63dfa9b0bd0e7a8d63b60af /Alc/ALu.c
parenteb8be88866d858d85842882f23defd82603eadd6 (diff)
Remove unused variables
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 0542cf65..4f85d965 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -109,7 +109,6 @@ ALvoid CalcNonAttnSourceParams(ALsource *ALSource, const ALCcontext *ALContext)
ALCdevice *Device = ALContext->Device;
ALfloat SourceVolume,ListenerGain,MinVolume,MaxVolume;
ALbufferlistitem *BufferListItem;
- enum DevFmtChannels DevChans;
enum FmtChannels Channels;
ALfloat (*SrcMatrix)[MAXCHANNELS];
ALfloat DryGain, DryGainHF;
@@ -127,7 +126,6 @@ ALvoid CalcNonAttnSourceParams(ALsource *ALSource, const ALCcontext *ALContext)
ALint i, c;
/* Get device properties */
- DevChans = Device->FmtChans;
NumSends = Device->NumAuxSends;
Frequency = Device->Frequency;