From d1227e7040bcd80ef6bf5788ac10e2489c0dbac1 Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Mon, 13 Aug 2001 08:29:05 +0000 Subject: [PATCH] another one SVN revision: 5138 --- src/image.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/image.c b/src/image.c index e42fb76..4bf117e 100644 --- a/src/image.c +++ b/src/image.c @@ -1074,7 +1074,6 @@ __imlib_LoadImage(const char *file, ImlibProgressFunction progress, im->key = __imlib_FileKey(file); } im->moddate = __imlib_FileModDate(file, raw_file_mode); - if (!im->moddate) im->moddate = __imlib_FileModDate(file, 1 - raw_file_mode); /* ok - just check all our loaders are up to date */ __imlib_RescanLoaders(); /* take a guess by extension on the best loader to use */