From 213c021eac8a4970e357a7569c898f6afcdd24aa Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Wed, 17 Dec 2008 16:39:19 +0100 Subject: Remove useless statement. --- src/output/osx_plugin.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/output/osx_plugin.c') 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; -- cgit v1.2.3