diff options
-rw-r--r-- | OpenAL32/alAuxEffectSlot.c | 2 |
1 files changed, 0 insertions, 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) { |