diff options
author | Emanuele Giaquinta <e.giaquinta@glauco.it> | 2008-12-17 16:39:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-17 16:49:33 +0100 |
commit | 213c021eac8a4970e357a7569c898f6afcdd24aa (patch) | |
tree | 0c3c5a8ccba4307fe31ef48c1e789d8cfcfcd9f4 /src/output/osx_plugin.c | |
parent | 5d56b6ced841915d5ffe150c960cf855f358a02c (diff) | |
download | mpd-213c021eac8a4970e357a7569c898f6afcdd24aa.tar.gz mpd-213c021eac8a4970e357a7569c898f6afcdd24aa.tar.xz mpd-213c021eac8a4970e357a7569c898f6afcdd24aa.zip |
Remove useless statement.
Diffstat (limited to 'src/output/osx_plugin.c')
-rw-r--r-- | src/output/osx_plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/output/osx_plugin.c b/src/output/osx_plugin.c index 7af8be3a2..3a7c009ed 100644 --- a/src/output/osx_plugin.c +++ b/src/output/osx_plugin.c @@ -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; |