Commit b3230404 authored by Eric Wong's avatar Eric Wong

outputBuffer: remove unused variable

[merged r7185 from branches/ew] git-svn-id: https://svn.musicpd.org/mpd/trunk@7243 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 3c526520
......@@ -42,7 +42,6 @@ void initOutputBuffer(OutputBuffer * cb, char *chunks)
void clearOutputBuffer(OutputBuffer * cb)
{
int currentSet = 1;
cb->end = cb->begin;
currentChunk = -1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment