From 10009c990e6d9282ae7b77d1d64ad9ed28473849 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Fri, 29 Jun 2018 11:02:34 +0200 Subject: [PATCH] removed unused code --- MacPass/MPEntryInspectorViewController.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MacPass/MPEntryInspectorViewController.m b/MacPass/MPEntryInspectorViewController.m index ed68a4a0..d7d16c2f 100644 --- a/MacPass/MPEntryInspectorViewController.m +++ b/MacPass/MPEntryInspectorViewController.m @@ -568,11 +568,6 @@ typedef NS_ENUM(NSUInteger, MPEntryTab) { } #pragma clang diagnostic pop } - /* - NSMenuItem *item = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"SHOW_REFERENCE_BUILDER", @"Menu item to show the reference builder in a text view's context menu")action:@selector(showReferenceBuilder:) keyEquivalent:@""]; - item.representedObject = textField; - [menu addItem:item]; - */ return menu; }