From cc2cb1142bf42c5dc6d306e7aa7e794daae09972 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 17 Feb 2012 12:32:43 -0800 Subject: Remove unused variables --- Alc/ALu.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Alc') 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; -- cgit v1.2.3