mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
remove an unused "Show Groups" menu item
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user