aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--OpenAL32/alSource.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c
index f9c3eddc..de1bd469 100644
--- a/OpenAL32/alSource.c
+++ b/OpenAL32/alSource.c
@@ -1706,13 +1706,10 @@ ALAPI ALvoid ALAPIENTRY alSourceUnqueueBuffers( ALuint source, ALsizei n, ALuint
ALsource *ALSource;
ALsizei i;
ALbufferlistitem *ALBufferList;
- ALboolean bBuffersProcessed;
if (n == 0)
return;
- bBuffersProcessed = AL_TRUE;
-
Context = GetContextSuspended();
if(!Context) return;