summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/io-bmp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdk-pixbuf/io-bmp.c b/gdk-pixbuf/io-bmp.c
index 1e8efe5f4..89d14b417 100644
--- a/gdk-pixbuf/io-bmp.c
+++ b/gdk-pixbuf/io-bmp.c
@@ -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;