diff options
author | Jonathan Blandford <jrb@redhat.com> | 1999-11-04 20:34:24 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 1999-11-04 20:34:24 +0000 |
commit | 76f716cec7ede3513ec944db879e03259d8e6c9f (patch) | |
tree | 4fb3fd29cf5c0d92a2d4d032d55393be012b0398 /demos/testpixbuf.c | |
parent | 085a27d3305a68969728eb6cab4fb95973ef8fa9 (diff) | |
download | gtk+-76f716cec7ede3513ec944db879e03259d8e6c9f.tar.gz |
added the update_func ability
1999-11-04 Jonathan Blandford <jrb@redhat.com>
* src/io-gif.c (gif_get_lzw): added the update_func ability
Diffstat (limited to 'demos/testpixbuf.c')
-rw-r--r-- | demos/testpixbuf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c index 800697b48c..3035e2c979 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -464,8 +464,6 @@ main (int argc, char **argv) GdkPixbuf *pixbuf; GdkPixbufLoader *pixbuf_loader; FILE *file; - gint val; - guchar buf; gtk_init (&argc, &argv); |