remove an unused "Show Groups" menu item

This commit is contained in:
Mitchell Livingston
2008-11-29 20:41:31 +00:00
parent 40b5fc5351
commit c0034ecc6e
3 changed files with 257 additions and 299 deletions

View File

@@ -208,6 +208,7 @@ GroupsController * fGroupsInstance = nil;
[self saveGroups];
}
#warning rework for single row?
- (NSIndexSet *) moveGroupsAtRowIndexes: (NSIndexSet *) indexes toRow: (NSInteger) newRow oldSelected: (NSIndexSet *) selectedIndexes
{
NSArray * selectedGroups = [fGroups objectsAtIndexes: selectedIndexes];