mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:47:39 +00:00
remove method
This commit is contained in:
parent
22170a73b3
commit
b13662baac
1 changed files with 0 additions and 7 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue