Remove nib loading for NSTableView

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16800 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fabien Vallon 2003-05-26 18:06:51 +00:00
parent 323114eb4e
commit 5be6eda3e0

View file

@ -711,16 +711,6 @@ static NSString *ITEM=@"item";
return nil;
}
if ([NSBundle loadNibNamed: @"GormTabViewInspector" owner: self] == NO)
{
NSLog(@"Could not gorm GormTableViewInspector");
return nil;
}
// itemsViewArray=[[NSMutableArray alloc] initWithCapacity:2];
// [itemsViewArray setArray: [NSArray arrayWithObjects:@"plop",@"plip",nil]];
// numberOfDisplayItem = [itemsViewArray count];
// [itemsViewArray retain];
return self;
}