remove method

This commit is contained in:
Gregory John Casamento 2019-11-29 13:12:25 -05:00
parent 22170a73b3
commit b13662baac

View file

@ -31,13 +31,6 @@
return AUTORELEASE([[self alloc] initWithData: imageData]);
}
- (BOOL) _readHeader
{
NSUInteger pos = 0;
_position = pos;
return NO;
}
- (instancetype) initWithData: (NSData *)imageData
{
self = [super initWithData: imageData];