From 51a4f5771e48c8a7d8dd1de5d8a00a7237507598 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Wed, 29 Jan 2003 17:31:22 +0000 Subject: wait_st is not used --- image.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'image.c') diff --git a/image.c b/image.c index 8f369a6..1511d3e 100644 --- a/image.c +++ b/image.c @@ -1,4 +1,4 @@ -/* $Id: image.c,v 1.31 2003/01/29 17:26:52 ukai Exp $ */ +/* $Id: image.c,v 1.32 2003/01/29 17:31:22 ukai Exp $ */ #include "fm.h" #include @@ -324,7 +324,8 @@ loadImage(Buffer *buf, int flag) { ImageCache *cache; struct stat st; - int wait_st, i, draw = FALSE; + int i, draw = FALSE; + /* int wait_st; */ if (maxLoadImage > MAX_LOAD_IMAGE) maxLoadImage = MAX_LOAD_IMAGE; -- cgit v1.2.3