diff options
author | Chris Robinson <[email protected]> | 2008-01-15 15:53:58 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-01-15 15:53:58 -0800 |
commit | 5678041b926d1a6dd74cdef0b97face79879a461 (patch) | |
tree | d35c4709aaac639a89b5b3f5c82333d9ab9b48e9 /OpenAL32 | |
parent | 7f850d8fb08547593352a997c89320ce23d07a73 (diff) |
Remove errant line
Diffstat (limited to 'OpenAL32')
-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) { |