mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 11:00:48 +00:00
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:
parent
700d4441e0
commit
01bbc6c7db
2 changed files with 8 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue