Remove unused variable.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25942 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-01-30 23:49:36 +00:00
parent c87beafb2c
commit 344013f8c7
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ static void uninit(int immed) {
static void unqueue_buffers(void) {
ALint p;
int s, i;
int s;
for (s = 0; s < ao_data.channels; s++) {
int till_wrap = NUM_BUF - unqueue_buf[s];
alGetSourcei(sources[s], AL_BUFFERS_PROCESSED, &p);