[finishLaunching] removed uneeded call

to loadGModel:owner: as this gets done in loadNibNamed:owner:.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8086 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2000-11-12 16:44:37 +00:00
parent c153969272
commit dacc328789

View file

@ -602,8 +602,7 @@ static NSCell* tileCell = nil;
{
if ([NSBundle loadNibNamed: mainModelFile owner: self] == NO)
{
if ([NSBundle loadGModelNamed: mainModelFile owner: self] == NO)
NSLog (@"Cannot load the main model file '%@'", mainModelFile);
NSLog (@"Cannot load the main model file '%@'", mainModelFile);
}
}