remove an unused variable

This commit is contained in:
Mitchell Livingston 2012-08-30 00:14:43 +00:00
parent f406f49647
commit 4b5331fe0e
1 changed files with 0 additions and 1 deletions

View File

@ -1487,7 +1487,6 @@
[fBuiltInGrowlButton setHidden: NO];
[fGrowlAppButton setHidden: YES];
const BOOL onMtLion = [NSApp isOnMountainLionOrBetter];
[fBuiltInGrowlButton setState: [fDefaults boolForKey: @"DisplayNotifications"]];
}
}