mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 16:22:21 +00:00
removed commented code
This commit is contained in:
@@ -404,10 +404,7 @@ typedef NS_ENUM(NSUInteger, MPEntryTab) {
|
|||||||
withKeyPath:[NSString stringWithFormat:@"%@.%@.%@", NSStringFromSelector(@selector(representedObject)), NSStringFromSelector(@selector(uuid)), NSStringFromSelector(@selector(UUIDString))]
|
withKeyPath:[NSString stringWithFormat:@"%@.%@.%@", NSStringFromSelector(@selector(representedObject)), NSStringFromSelector(@selector(uuid)), NSStringFromSelector(@selector(UUIDString))]
|
||||||
options:@{ NSConditionallySetsEditableBindingOption: @NO }];
|
options:@{ NSConditionallySetsEditableBindingOption: @NO }];
|
||||||
self.uuidTextField.editable = NO;
|
self.uuidTextField.editable = NO;
|
||||||
|
|
||||||
/*for(id item in items) {
|
|
||||||
[item bind:NSEnabledBinding toObject:self.entryController withKeyPath:NSStringFromSelector(@selector(isEditable)) options:nil];
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)_bindAttachments {
|
- (void)_bindAttachments {
|
||||||
|
|||||||
Reference in New Issue
Block a user