Remove errant line

This commit is contained in:
Chris Robinson
2008-01-15 15:53:58 -08:00
parent 7f850d8fb0
commit 5678041b92
-2
View File
@@ -260,8 +260,6 @@ AL_API ALvoid AL_APIENTRY alAuxiliaryEffectSlotf(ALuint effectslot, ALenum param
{
ALCcontext *Context;
(void)flValue;
Context = alcGetCurrentContext();
if(!Context)
{