outputBuffer: remove unused variable
[merged r7185 from branches/ew] git-svn-id: https://svn.musicpd.org/mpd/trunk@7243 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@ -42,7 +42,6 @@ void initOutputBuffer(OutputBuffer * cb, char *chunks)
|
|||||||
|
|
||||||
void clearOutputBuffer(OutputBuffer * cb)
|
void clearOutputBuffer(OutputBuffer * cb)
|
||||||
{
|
{
|
||||||
int currentSet = 1;
|
|
||||||
cb->end = cb->begin;
|
cb->end = cb->begin;
|
||||||
currentChunk = -1;
|
currentChunk = -1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user