From 5678041b926d1a6dd74cdef0b97face79879a461 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 15 Jan 2008 15:53:58 -0800 Subject: [PATCH] Remove errant line --- OpenAL32/alAuxEffectSlot.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenAL32/alAuxEffectSlot.c b/OpenAL32/alAuxEffectSlot.c index ae62d8fd..7b6d6375 100644 --- a/OpenAL32/alAuxEffectSlot.c +++ b/OpenAL32/alAuxEffectSlot.c @@ -260,8 +260,6 @@ AL_API ALvoid AL_APIENTRY alAuxiliaryEffectSlotf(ALuint effectslot, ALenum param { ALCcontext *Context; - (void)flValue; - Context = alcGetCurrentContext(); if(!Context) { -- 2.11.4.GIT