diff options
Diffstat (limited to 'macosx/HotkeyController.m')
| -rwxr-xr-x | macosx/HotkeyController.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HotkeyController.m b/macosx/HotkeyController.m index 9b9a6de9..f07ac591 100755 --- a/macosx/HotkeyController.m +++ b/macosx/HotkeyController.m @@ -113,7 +113,6 @@ return YES; } - - (void)keyDown:(NSEvent *)theEvent { NSString *keyCode = [NSString stringWithFormat:@"%d", [theEvent keyCode]]; |
