iMinor fox for DO

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17266 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2003-07-20 18:43:35 +00:00
parent 0f25da62f0
commit 2c6ab181bd
3 changed files with 41 additions and 9 deletions

View file

@ -979,14 +979,6 @@ enum
}
}
/**
* Dummy method ... returns the receiver.
*/
- (id) awakeAfterUsingCoder: (NSCoder*)aDecoder
{
return self;
}
static inline BOOL class_is_kind_of (Class self, Class aClassObject)
{
Class class;