From 4a9f9160568554980bca810c027d0774f24457e1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 22 Feb 2004 00:06:20 +0000 Subject: [PATCH] Remove debugging code. --- gdk-pixbuf/ChangeLog | 5 +++++ gdk-pixbuf/io-bmp.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 19be5df781..f9f40617de 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 22 01:09:55 2004 Matthias Clasen + + * io-bmp.c (gdk_pixbuf__bmp_image_begin_load): Remove debugging + code. + Fri Feb 20 22:25:32 2004 Matthias Clasen * io-bmp.c (DecodeHeader): Store and sanity-check the clrUsed field diff --git a/gdk-pixbuf/io-bmp.c b/gdk-pixbuf/io-bmp.c index 59efc5004c..e14a011276 100644 --- a/gdk-pixbuf/io-bmp.c +++ b/gdk-pixbuf/io-bmp.c @@ -514,8 +514,6 @@ decode_bitmasks (guchar *buf, * return context (opaque to user) */ -static struct bmp_progressive_state *d; - static gpointer gdk_pixbuf__bmp_image_begin_load(GdkPixbufModuleSizeFunc size_func, GdkPixbufModulePreparedFunc prepared_func, @@ -550,7 +548,6 @@ gdk_pixbuf__bmp_image_begin_load(GdkPixbufModuleSizeFunc size_func, context->pixbuf = NULL; - d = context; return (gpointer) context; }