diff --git a/Source/NSPICTImageRep.m b/Source/NSPICTImageRep.m index 1136696dd..b7ae59694 100644 --- a/Source/NSPICTImageRep.m +++ b/Source/NSPICTImageRep.m @@ -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];