comparison pidgin/gtkutils.c @ 16633:a86d398435ea

Remove a printf debug line.
author Richard Laager <rlaager@wiktel.com>
date Sun, 29 Apr 2007 06:20:17 +0000
parents 814be4aa9dc6
children b668951121d8
comparison
equal deleted inserted replaced
16632:787d57d5d6ed 16633:a86d398435ea
3068 } 3068 }
3069 3069
3070 for (i = 1; i < height - 1; i++) { 3070 for (i = 1; i < height - 1; i++) {
3071 row = pixels + (i*rowstride); 3071 row = pixels + (i*rowstride);
3072 if (row[3] != 0xff || row[rowstride-1] != 0xff) { 3072 if (row[3] != 0xff || row[rowstride-1] != 0xff) {
3073 printf("0: %d, last: %d\n", row[3], row[rowstride-1]);
3074 return FALSE; 3073 return FALSE;
3075 } 3074 }
3076 } 3075 }
3077 3076
3078 row = pixels + ((height-1) * rowstride); 3077 row = pixels + ((height-1) * rowstride);