From 768f49ab0b96cbf63fb842db5d2cef96271128f6 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Tue, 14 Jul 2020 15:24:23 +0200 Subject: [PATCH] Removed unused code --- MacPass/MPOutlineViewController.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MacPass/MPOutlineViewController.m b/MacPass/MPOutlineViewController.m index 3904bab5..eb7b58bd 100644 --- a/MacPass/MPOutlineViewController.m +++ b/MacPass/MPOutlineViewController.m @@ -324,10 +324,6 @@ NSString *const _MPOutlinveViewHeaderViewIdentifier = @"HeaderCell"; }]; } -- (BOOL)outlineView:(NSOutlineView *)outlineView shouldSelectItem:(id)item { - return ![self _itemIsRootNode:item]; -} - - (void)outlineViewSelectionDidChange:(NSNotification *)notification { MPDocument *document = self.windowController.document; NSArray *groups = self.currentTargetGroups;