aboutsummaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'image.c')
-rw-r--r--image.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/image.c b/image.c
index 1f686a8..70b90c9 100644
--- a/image.c
+++ b/image.c
@@ -1,4 +1,4 @@
-/* $Id: image.c,v 1.23 2002/12/11 15:08:47 ukai Exp $ */
+/* $Id: image.c,v 1.24 2003/01/10 16:42:46 ukai Exp $ */
#include "fm.h"
#include <sys/types.h>
@@ -518,8 +518,6 @@ getImage(Image * image, ParsedURL *current, int flag)
cache->width = image->width;
cache->height = image->height;
putHash_sv(image_hash, key->ptr, (void *)cache);
- pushText(fileToDelete, cache->file);
- pushText(fileToDelete, cache->touch);
}
if (flag != IMG_FLAG_SKIP) {
if (cache->loaded == IMG_FLAG_UNLOADED) {