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:
@@ -405,9 +405,6 @@ typedef NS_ENUM(NSUInteger, MPEntryTab) {
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user