From f0b1398bbf608df0ea4ed3abdd0a9101fe68a5ac Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Sun, 12 Aug 2001 23:19:28 +0000 Subject: [PATCH] that doesn't actually do anything different SVN revision: 5132 --- src/image.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/image.c b/src/image.c index 9c41e35..e42fb76 100644 --- a/src/image.c +++ b/src/image.c @@ -1039,8 +1039,6 @@ __imlib_LoadImage(const char *file, ImlibProgressFunction progress, time_t current_modified_time; current_modified_time = __imlib_FileModDate(file, raw_file_mode); - if (!current_modified_time) - current_modified_time = __imlib_FileModDate(file, 1 - raw_file_mode); /* if the file on disk is newer than the cached one */ if (current_modified_time > im->moddate) {