mirror of
https://github.com/MacPass/MacPass.git
synced 2026-02-01 04:18:26 +00:00
Removed unused code
This commit is contained in:
@@ -324,10 +324,6 @@ NSString *const _MPOutlinveViewHeaderViewIdentifier = @"HeaderCell";
|
|||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (BOOL)outlineView:(NSOutlineView *)outlineView shouldSelectItem:(id)item {
|
|
||||||
return ![self _itemIsRootNode:item];
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)outlineViewSelectionDidChange:(NSNotification *)notification {
|
- (void)outlineViewSelectionDidChange:(NSNotification *)notification {
|
||||||
MPDocument *document = self.windowController.document;
|
MPDocument *document = self.windowController.document;
|
||||||
NSArray<KPKGroup *> *groups = self.currentTargetGroups;
|
NSArray<KPKGroup *> *groups = self.currentTargetGroups;
|
||||||
|
|||||||
Reference in New Issue
Block a user