wait_st is not used

This commit is contained in:
Fumitoshi UKAI
2003-01-29 17:31:22 +00:00
parent c3281c3658
commit 51a4f5771e

View File

@@ -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 "fm.h"
#include <sys/types.h> #include <sys/types.h>
@@ -324,7 +324,8 @@ loadImage(Buffer *buf, int flag)
{ {
ImageCache *cache; ImageCache *cache;
struct stat st; struct stat st;
int wait_st, i, draw = FALSE; int i, draw = FALSE;
/* int wait_st; */
if (maxLoadImage > MAX_LOAD_IMAGE) if (maxLoadImage > MAX_LOAD_IMAGE)
maxLoadImage = MAX_LOAD_IMAGE; maxLoadImage = MAX_LOAD_IMAGE;