mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 15:39:32 +00:00
consolidate other validations
This commit is contained in:
@@ -676,11 +676,6 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell";
|
||||
// //
|
||||
//}
|
||||
|
||||
#pragma mark Validation
|
||||
- (BOOL)validateMenuItem:(NSMenuItem *)menuItem {
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (IBAction)_toggleFilterSpace:(id)sender {
|
||||
if(![sender isKindOfClass:[NSButton class]]) {
|
||||
return; // Wrong sender
|
||||
|
||||
Reference in New Issue
Block a user