From ebac7fc0aa4999a3bea80e2facf17ca0101c6218 Mon Sep 17 00:00:00 2001 From: michael starke Date: Tue, 20 Dec 2016 12:06:56 +0100 Subject: [PATCH] removed commented code --- MacPass/MPEntryInspectorViewController.m | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/MacPass/MPEntryInspectorViewController.m b/MacPass/MPEntryInspectorViewController.m index a550ef07..7d0a505e 100644 --- a/MacPass/MPEntryInspectorViewController.m +++ b/MacPass/MPEntryInspectorViewController.m @@ -404,10 +404,7 @@ typedef NS_ENUM(NSUInteger, MPEntryTab) { withKeyPath:[NSString stringWithFormat:@"%@.%@.%@", NSStringFromSelector(@selector(representedObject)), NSStringFromSelector(@selector(uuid)), NSStringFromSelector(@selector(UUIDString))] options:@{ NSConditionallySetsEditableBindingOption: @NO }]; self.uuidTextField.editable = NO; - - /*for(id item in items) { - [item bind:NSEnabledBinding toObject:self.entryController withKeyPath:NSStringFromSelector(@selector(isEditable)) options:nil]; - }*/ + } - (void)_bindAttachments {