Mercurial > mplayer.hg
changeset 25910:74db93fee74f
Remove unused variable.
author | reimar |
---|---|
date | Wed, 30 Jan 2008 23:49:36 +0000 |
parents | f6a0f861f7e6 |
children | 851db1ed62b4 |
files | libao2/ao_openal.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_openal.c Wed Jan 30 23:48:48 2008 +0000 +++ b/libao2/ao_openal.c Wed Jan 30 23:49:36 2008 +0000 @@ -159,7 +159,7 @@ 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);