mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 14:10:44 +00:00
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:
parent
323114eb4e
commit
5be6eda3e0
1 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue