From 0b0ee55a7cfb4b0e980d8910329093dcd1948951 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 8 Nov 2004 17:14:06 +0000 Subject: * w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): fix unused variable `i' * w3mimg/x11/x11_w3mimg.c (x11_load_image): ditto --- w3mimg/fb/fb_gdkpixbuf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'w3mimg/fb/fb_gdkpixbuf.c') diff --git a/w3mimg/fb/fb_gdkpixbuf.c b/w3mimg/fb/fb_gdkpixbuf.c index 798f573..36e3b62 100644 --- a/w3mimg/fb/fb_gdkpixbuf.c +++ b/w3mimg/fb/fb_gdkpixbuf.c @@ -1,4 +1,4 @@ -/* $Id: fb_gdkpixbuf.c,v 1.20 2004/11/08 17:08:10 ukai Exp $ */ +/* $Id: fb_gdkpixbuf.c,v 1.21 2004/11/08 17:14:06 ukai Exp $ */ /************************************************************************** fb_gdkpixbuf.c 0.3 Copyright (C) 2002, hito **************************************************************************/ @@ -118,10 +118,11 @@ fb_image_load(char *filename, int w, int h, int max_anim) GdkPixbufAnimationIter *iter; GTimeVal time; #else + int i; GList *frames; #endif double ratio_w, ratio_h; - int n, i, j, fw, fh, frame_num, delay; + int n, j, fw, fh, frame_num, delay; FB_IMAGE **fb_frame = NULL, *tmp_image = NULL; if (filename == NULL) -- cgit v1.2.3