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