diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-02-02 05:47:57 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-02-02 05:47:57 +0000 |
commit | 51a0dc303d8c414d86cb0316215192155c628482 (patch) | |
tree | bae392db1cc1df7f54a99f20dcc8bb7d7368d90e /gdk-pixbuf/io-gif.c | |
parent | 4caf4dc7876e81648061b0f37e31fa0c6ddcc4e8 (diff) | |
download | gtk+-51a0dc303d8c414d86cb0316215192155c628482.tar.gz |
Removed debugging g_print. Thanks to John Sullivan <sullivan@eazel.com>
2000-02-02 Federico Mena Quintero <federico@helixcode.com>
* gdk-pixbuf/io-gif.c (gif_get_lzw): Removed debugging g_print.
Thanks to John Sullivan <sullivan@eazel.com> for the patch.
* gdk-pixbuf/testpixbuf-drawable.c (configure_cb): Get a new area
of the screen when the window is resized. Thanks to David
N. Welton <davidw@linuxcare.com> for pointing this out.
Misc. cleanups to the rest of the file.
Diffstat (limited to 'gdk-pixbuf/io-gif.c')
-rw-r--r-- | gdk-pixbuf/io-gif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c index 77ed21263e..fede1baf62 100644 --- a/gdk-pixbuf/io-gif.c +++ b/gdk-pixbuf/io-gif.c @@ -664,7 +664,6 @@ gif_get_lzw (GifContext *context) gint v; if (context->pixbuf == NULL) { - g_print ("making a new pixbuf\n"); context->pixbuf = gdk_pixbuf_new (ART_PIX_RGB, context->gif89.transparent, 8, |