@@ -119,16 +119,10 @@ uint32_t _versionSpecificAttributes; int64_t _localFileHeaderOffset; OF_RESERVE_IVARS(OFZIPArchiveEntry, 4) } -/** - * @brief The comment of the entry's file. - */ -@property OF_NULLABLE_PROPERTY (readonly, copy, nonatomic) - OFString *fileComment; - /** * @brief The extra field of the entry. * * The item size *must* be 1! */ @@ -152,17 +146,10 @@ * See @ref OFZIPArchiveEntryAttributeCompatibility. */ @property (readonly, nonatomic) OFZIPArchiveEntryAttributeCompatibility minVersionNeeded; -/** - * @brief The last modification date of the entry's file. - * - * @note Due to limitations of the ZIP format, this has only 2 second precision. - */ -@property (readonly, retain, nonatomic) OFDate *modificationDate; - /** * @brief The compression method of the entry. * * Supported values are: * Value | Description