commit 6b2db1a4d371622a94ee4d0d9063d6cfcb25f15b parent 3ccec334081eaf7cb001e74010369914f94e28ae Author: ukai <ukai> Date: Wed, 29 Jan 2003 17:31:22 +0000 wait_st is not used Diffstat:
M | image.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/image.c b/image.c @@ -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;