remove unnecessary 10.8 checks

This commit is contained in:
Mitchell Livingston 2012-08-19 19:08:18 +00:00
parent 37009c2890
commit f406f49647
1 changed files with 1 additions and 3 deletions

View File

@ -1488,9 +1488,7 @@
[fGrowlAppButton setHidden: YES];
const BOOL onMtLion = [NSApp isOnMountainLionOrBetter];
[fBuiltInGrowlButton setState: !onMtLion && [fDefaults boolForKey: @"DisplayNotifications"]];
[fBuiltInGrowlButton setEnabled: !onMtLion];
[fBuiltInGrowlButton setState: [fDefaults boolForKey: @"DisplayNotifications"]];
}
}