removed unused code

This commit is contained in:
Michael Starke
2018-06-27 18:09:35 +02:00
parent 4340d77f48
commit 92804d6429
2 changed files with 0 additions and 14 deletions

View File

@@ -438,15 +438,6 @@ NSString *const _MPTableSecurCellView = @"PasswordCell";
- (void)_didBecomFirstResponder:(NSNotification *)notification {
MPDocument *document = self.windowController.document;
document.selectedEntries = self.entryArrayController.selectedObjects;
/*
if(document.selectedEntry.parent == document.selectedGroup || document.hasSearch) {
document.selectedItem = document.selectedEntry;
}
else {
document.selectedEntry = nil;
}
*/
}
- (void)_didAddItem:(NSNotification *)notification {

View File

@@ -45,9 +45,4 @@
_didBecomeFirstResponder = YES;
return YES;
}
- (BOOL)resignFirstResponder {
return [super resignFirstResponder];
}
@end