# HG changeset patch # User diego # Date 1188910485 0 # Node ID 033b9debbec498c5e382c2d51b406ddef0ad1f14 # Parent e6e8bf060daeaa332c5d0683bdbf9ce5476ccfd2 warnig fix (blessed by Rich): pullup.c:223: warning: 'qpcomb_y' defined but not used diff -r e6e8bf060dae -r 033b9debbec4 libmpcodecs/pullup.c --- a/libmpcodecs/pullup.c Tue Sep 04 10:46:31 2007 +0000 +++ b/libmpcodecs/pullup.c Tue Sep 04 12:54:45 2007 +0000 @@ -219,6 +219,7 @@ return diff; } +#if 0 static int qpcomb_y(unsigned char *a, unsigned char *b, int s) { int i, j, diff=0; @@ -230,7 +231,6 @@ return diff; } -#if 0 static int licomb_y_test(unsigned char *a, unsigned char *b, int s) { int c = licomb_y(a,b,s);