that doesn't actually do anything different

SVN revision: 5132
This commit is contained in:
Tom Gilbert 2001-08-12 23:19:28 +00:00
parent fc59b342fa
commit f0b1398bbf
1 changed files with 0 additions and 2 deletions

View File

@ -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)
{