Commit 213c021e authored by Emanuele Giaquinta's avatar Emanuele Giaquinta Committed by Max Kellermann

Remove useless statement.

parent 5d56b6ce
......@@ -196,7 +196,6 @@ osx_render(void *vdata,
memcpy((unsigned char*)buffer->mData + curpos, od->buffer + od->pos, bytesToCopy);
od->pos += bytesToCopy;
curpos += bytesToCopy;
if (od->pos >= od->bufferSize)
od->pos = 0;
......
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