diff --git a/src/libs/zmbv/zmbv.cpp b/src/libs/zmbv/zmbv.cpp index 2f18b150..e00d62ad 100644 --- a/src/libs/zmbv/zmbv.cpp +++ b/src/libs/zmbv/zmbv.cpp @@ -194,13 +194,9 @@ INLINE void VideoCodec::AddXorBlock(int vx,int vy,FrameBlock * block) { template void VideoCodec::AddXorFrame(void) { - int written=0; - int lastvector=0; signed char * vectors=(signed char*)&work[workUsed]; /* Align the following xor data on 4 byte boundary*/ workUsed=(workUsed + blockcount*2 +3) & ~3; - int totalx=0; - int totaly=0; for (int b=0;b