From 408eb80f13abf683b65e2d5e2f6c3d77e001db5f Mon Sep 17 00:00:00 2001 From: michael starke Date: Thu, 13 Apr 2017 18:55:31 +0200 Subject: [PATCH] removed unused code --- MacPass/MPEntryInspectorViewController.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/MacPass/MPEntryInspectorViewController.m b/MacPass/MPEntryInspectorViewController.m index c0bb603c..5793f31b 100644 --- a/MacPass/MPEntryInspectorViewController.m +++ b/MacPass/MPEntryInspectorViewController.m @@ -55,8 +55,6 @@ typedef NS_ENUM(NSUInteger, MPEntryTab) { @property (strong) NSPopover *activePopover; @property (nonatomic, readonly) KPKEntry *representedEntry; - -//@property (nonatomic, weak) KPKEntry *entry; @property (strong) MPTemporaryFileStorage *quicklookStorage; @end