1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

remove an unused variable

This commit is contained in:
Mitchell Livingston 2012-08-30 00:14:43 +00:00
parent f406f49647
commit 4b5331fe0e

View file

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