@@ -27,30 +27,10 @@ @interface OFMutableTarArchiveEntry: OFTarArchiveEntry { OF_RESERVE_IVARS(OFMutableTarArchiveEntry, 4) } -/** - * @brief The mode of the entry. - */ -@property (readwrite, retain, nonatomic) OFNumber *mode; - -/** - * @brief The UID of the owner. - */ -@property (readwrite, retain, nonatomic) OFNumber *UID; - -/** - * @brief The GID of the group. - */ -@property (readwrite, retain, nonatomic) OFNumber *GID; - -/** - * @brief The date of the last modification of the file. - */ -@property (readwrite, retain, nonatomic) OFDate *modificationDate; - /** * @brief The type of the archive entry. * * See @ref OFTarArchiveEntryType. */ @@ -60,20 +40,10 @@ * @brief The file name of the target (for a hard link or symbolic link). */ @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic) OFString *targetFileName; -/** - * @brief The owner of the file. - */ -@property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic) OFString *owner; - -/** - * @brief The group of the file. - */ -@property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic) OFString *group; - /** * @brief The device major (if the file is a device). */ @property (readwrite, nonatomic) unsigned long deviceMajor;