]> Pileus Git - ~andy/gtk/commitdiff
Remove leftover debug printf
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 4 Jan 2005 15:46:39 +0000 (15:46 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 4 Jan 2005 15:46:39 +0000 (15:46 +0000)
gdk-pixbuf/io-bmp.c

index 1e8efe5f474d485684a292829a853d3e1b290e47..89d14b41788265c3b96a6e0e616857fe5c9834ae 100644 (file)
@@ -397,11 +397,6 @@ static gboolean DecodeHeader(unsigned char *BFH, unsigned char *BIH,
                }
        }
        
-       g_print ("header size %d data offset %d compression %d\n", 
-                14 + State->Header.size, 
-                lsb_32 (&BFH[10]),
-                State->Compressed);
-
        State->BufferDone = 0;
        if (State->Type <= 8) {
                State->read_state = READ_STATE_PALETTE;