mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Remove debugging code.
This commit is contained in:
parent
b1f74e779d
commit
4a9f916056
@ -1,3 +1,8 @@
|
|||||||
|
Sun Feb 22 01:09:55 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* io-bmp.c (gdk_pixbuf__bmp_image_begin_load): Remove debugging
|
||||||
|
code.
|
||||||
|
|
||||||
Fri Feb 20 22:25:32 2004 Matthias Clasen <maclas@gmx.de>
|
Fri Feb 20 22:25:32 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* io-bmp.c (DecodeHeader): Store and sanity-check the clrUsed field
|
* io-bmp.c (DecodeHeader): Store and sanity-check the clrUsed field
|
||||||
|
@ -514,8 +514,6 @@ decode_bitmasks (guchar *buf,
|
|||||||
* return context (opaque to user)
|
* return context (opaque to user)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static struct bmp_progressive_state *d;
|
|
||||||
|
|
||||||
static gpointer
|
static gpointer
|
||||||
gdk_pixbuf__bmp_image_begin_load(GdkPixbufModuleSizeFunc size_func,
|
gdk_pixbuf__bmp_image_begin_load(GdkPixbufModuleSizeFunc size_func,
|
||||||
GdkPixbufModulePreparedFunc prepared_func,
|
GdkPixbufModulePreparedFunc prepared_func,
|
||||||
@ -550,7 +548,6 @@ gdk_pixbuf__bmp_image_begin_load(GdkPixbufModuleSizeFunc size_func,
|
|||||||
|
|
||||||
context->pixbuf = NULL;
|
context->pixbuf = NULL;
|
||||||
|
|
||||||
d = context;
|
|
||||||
return (gpointer) context;
|
return (gpointer) context;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user