Remove unused variable
This commit is contained in:
parent
65e16cc8bb
commit
0097beb84c
@ -1706,13 +1706,10 @@ ALAPI ALvoid ALAPIENTRY alSourceUnqueueBuffers( ALuint source, ALsizei n, ALuint
|
|||||||
ALsource *ALSource;
|
ALsource *ALSource;
|
||||||
ALsizei i;
|
ALsizei i;
|
||||||
ALbufferlistitem *ALBufferList;
|
ALbufferlistitem *ALBufferList;
|
||||||
ALboolean bBuffersProcessed;
|
|
||||||
|
|
||||||
if (n == 0)
|
if (n == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
bBuffersProcessed = AL_TRUE;
|
|
||||||
|
|
||||||
Context = GetContextSuspended();
|
Context = GetContextSuspended();
|
||||||
if(!Context) return;
|
if(!Context) return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user