diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-02-22 00:06:20 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-02-22 00:06:20 +0000 |
commit | 4a9f9160568554980bca810c027d0774f24457e1 (patch) | |
tree | 35df0a7599bb8c45ae7c6ca4b3e953309fcab1e9 /gdk-pixbuf/io-bmp.c | |
parent | b1f74e779d183ce1d913389f6f3c91f5d48070b6 (diff) | |
download | gtk+-4a9f9160568554980bca810c027d0774f24457e1.tar.gz |
Remove debugging code.
Diffstat (limited to 'gdk-pixbuf/io-bmp.c')
-rw-r--r-- | gdk-pixbuf/io-bmp.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; } |