mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix for issue 453
This commit is contained in:
parent
67af9faecb
commit
fad8d206b9
1 changed files with 0 additions and 20 deletions
|
@ -2152,26 +2152,6 @@ static id gs_weak_load(id obj)
|
|||
return NSDefaultMallocZone();
|
||||
}
|
||||
|
||||
/**
|
||||
* Called to encode the instance variables of the receiver to aCoder.<br />
|
||||
* Subclasses should call the superclass method at the start of their
|
||||
* own implementation.
|
||||
*/
|
||||
- (void) encodeWithCoder: (NSCoder*)aCoder
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Called to intialise instance variables of the receiver from aDecoder.<br />
|
||||
* Subclasses should call the superclass method at the start of their
|
||||
* own implementation.
|
||||
*/
|
||||
- (id) initWithCoder: (NSCoder*)aDecoder
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
||||
+ (BOOL) resolveClassMethod: (SEL)name
|
||||
{
|
||||
return NO;
|
||||
|
|
Loading…
Reference in a new issue