|
|
@@ -940,16 +940,6 @@ static int ISO9660_isSymLink(dvoid *opaque, const char *name, int *fileExists)
|
|
|
} /* ISO9660_isSymLink */
|
|
|
|
|
|
|
|
|
-static PHYSFS_sint64 ISO9660_getLastModTime(dvoid *opaque, const char *name,
|
|
|
- int *fileExists)
|
|
|
-{
|
|
|
- ISO9660Handle *handle = (ISO9660Handle*) opaque;
|
|
|
- ISO9660FileDescriptor descriptor;
|
|
|
- BAIL_IF_MACRO(iso_find_dir_entry(handle, name, &descriptor, fileExists), NULL, -1);
|
|
|
- return iso_mktime(&descriptor.recordtime);
|
|
|
-} /* ISO9660_getLastModTime */
|
|
|
-
|
|
|
-
|
|
|
/*******************************************************************************
|
|
|
* Not supported functions
|
|
|
******************************************************************************/
|
|
|
@@ -1001,7 +991,6 @@ const PHYSFS_Archiver __PHYSFS_Archiver_ISO9660 =
|
|
|
ISO9660_exists, /* exists() method */
|
|
|
ISO9660_isDirectory, /* isDirectory() method */
|
|
|
ISO9660_isSymLink, /* isSymLink() method */
|
|
|
- ISO9660_getLastModTime, /* getLastModTime() method */
|
|
|
ISO9660_openRead, /* openRead() method */
|
|
|
ISO9660_openWrite, /* openWrite() method */
|
|
|
ISO9660_openAppend, /* openAppend() method */
|