diff options
author | Chris Robinson <[email protected]> | 2012-02-17 12:32:43 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-02-17 12:32:43 -0800 |
commit | cc2cb1142bf42c5dc6d306e7aa7e794daae09972 (patch) | |
tree | 84558f4d2800085fc63dfa9b0bd0e7a8d63b60af /Alc/ALu.c | |
parent | eb8be88866d858d85842882f23defd82603eadd6 (diff) |
Remove unused variables
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r-- | Alc/ALu.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |