From 4214f77beb72663da43edbbde9423f818a166b0b Mon Sep 17 00:00:00 2001 From: michael starke Date: Fri, 13 Oct 2017 16:41:54 +0200 Subject: [PATCH] removed unused code --- MacPass/MPEntryViewController.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/MacPass/MPEntryViewController.m b/MacPass/MPEntryViewController.m index cdabb73f..39623e82 100644 --- a/MacPass/MPEntryViewController.m +++ b/MacPass/MPEntryViewController.m @@ -253,8 +253,6 @@ NSString *const _MPTableSecurCellView = @"PasswordCell"; } - (NSView *)tableView:(NSTableView *)tableView viewForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row { - - BOOL isIndexColumn = [tableColumn.identifier isEqualToString:MPEntryTableIndexColumnIdentifier]; BOOL isTitleColumn = [tableColumn.identifier isEqualToString:MPEntryTableTitleColumnIdentifier]; BOOL isGroupColumn = [tableColumn.identifier isEqualToString:MPEntryTableParentColumnIdentifier]; BOOL isPasswordColum = [tableColumn.identifier isEqualToString:MPEntryTablePasswordColumnIdentifier];