consolidate other validations

This commit is contained in:
Andrew Schleifer
2013-11-23 10:46:07 -06:00
parent 62a4f9f3e3
commit 71939a4497
3 changed files with 18 additions and 42 deletions

View File

@@ -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