Removed unneeded nibInstantiate method.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20303 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2004-11-06 13:48:12 +00:00
parent 700d4441e0
commit 01bbc6c7db
2 changed files with 8 additions and 13 deletions

View file

@ -933,19 +933,8 @@ static NSString *GSInternalNibItemAddedNotification = @"_GSInternalNibItemAddedN
}
@end
@interface NSObject (NibInstantiation)
- (id) nibInstantiate;
@end
@implementation NSObject (NibInstantiation)
- (id) nibInstantiate
{
// default implementation of nibInstantiate
return self;
}
@end
// Order in this factory method is very important. Which template to create must be determined
// Order in this factory method is very important.
// Which template to create must be determined
// in sequence because of the class hierarchy.
@implementation GSTemplateFactory
+ (id) templateForObject: (id) object