Nuke nearly all of the unused local variables

This commit is contained in:
2014-04-15 02:54:16 -04:00
parent e73d14e0ee
commit 2b924101d6
22 changed files with 17 additions and 95 deletions

View File

@@ -15,7 +15,6 @@ bool isFrontWindow(sf::Window& win) {
id nsHandle = id(handle);
if([nsHandle isKindOfClass: [NSWindow class]]) {
BOOL main = [nsHandle isMainWindow];
BOOL key = [nsHandle isKeyWindow];
return main;
}
return false;