diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-01-04 15:46:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-01-04 15:46:39 +0000 |
commit | 3835b82fbaa30b5998dd2024fb58dcee678beb9b (patch) | |
tree | 92898900b44f0b717054bf44a95008719759d1b0 /gdk-pixbuf/io-bmp.c | |
parent | c30892971b1cb2a44f3a4489471cf48a70bcddff (diff) | |
download | gtk+-3835b82fbaa30b5998dd2024fb58dcee678beb9b.tar.gz |
Remove leftover debug printf
Diffstat (limited to 'gdk-pixbuf/io-bmp.c')
-rw-r--r-- | gdk-pixbuf/io-bmp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdk-pixbuf/io-bmp.c b/gdk-pixbuf/io-bmp.c index 1e8efe5f47..89d14b4178 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; |