Skip to content

Commit ca4cae9

Browse files
committed
Remvoe forward declarations for non-existent symbols.
1 parent d1796be commit ca4cae9

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

XADArchive.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ typedef int XADAction;
3535
#define XADRenameAction 4
3636

3737
extern NSString *const XADResourceDataKey;
38-
extern NSString *const XADResourceForkData;
3938
extern NSString *const XADFinderFlags;
4039

4140

XADArchiveParser.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,5 +270,3 @@ name:(NSString *)name;
270270
-(void)archiveParser:(XADArchiveParser *)parser findsFileInterestingForReason:(NSString *)reason;
271271

272272
@end
273-
274-
NSMutableArray *XADSortVolumes(NSMutableArray *volumes,NSString *firstfileextension);

0 commit comments

Comments
 (0)