From bda6b2593e7906db106779f8d73a1c99441d8ed8 Mon Sep 17 00:00:00 2001 From: iovar Date: Tue, 7 Nov 2006 08:34:25 +0000 Subject: removed uneeded func MakeChecksums git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@149 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- rMD-exp/src/cache_frame.c | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'rMD-exp') diff --git a/rMD-exp/src/cache_frame.c b/rMD-exp/src/cache_frame.c index f0a7b15..d845367 100644 --- a/rMD-exp/src/cache_frame.c +++ b/rMD-exp/src/cache_frame.c @@ -27,37 +27,6 @@ #include -void MakeChecksums(unsigned char *buf,int width,int height,int divisor,unsigned short int *checksums){ - int i,k,j,m; - - for(i=0;i> 16) * (15); -// B = (B & 0xffff) + (B >> 16) * (15); -// -// if (A >= 65521) -// A -= 65521; -// -// B = (B & 0xffff) + (B >> 16) * (15); -// if (B >= 65521) -// B -= 65521; -// checksums[i*divisor+k]= ((B << 16) | A) ; - - - } - } -} - int CompareBlocks(unsigned char *incoming,unsigned char *old,int blockno,int width, int height,int divisor){ int j,i, block_i=blockno/divisor,//place on the grid -- cgit v1.2.1