Some more

This commit is contained in:
Matthias Clasen 2005-01-04 15:47:02 +00:00
parent 3835b82fba
commit ac713f2d07

View File

@ -33,7 +33,7 @@
#include "gdk-pixbuf-private.h" #include "gdk-pixbuf-private.h"
#include "gdk-pixbuf-io.h" #include "gdk-pixbuf-io.h"
#define DUMPBIH 1 #define DUMPBIH 0
@ -863,8 +863,6 @@ static void OneLine(struct bmp_progressive_state *context)
context->Lines++; context->Lines++;
if (context->updated_func != NULL) { if (context->updated_func != NULL) {
g_print ("OneLine negative %d lines %d\n",
context->Header.Negative, context->Lines);
(*context->updated_func) (context->pixbuf, (*context->updated_func) (context->pixbuf,
0, 0,
(context->Header.Negative ? (context->Header.Negative ?