summaryrefslogtreecommitdiff
path: root/macosx/HotkeyController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HotkeyController.m')
-rwxr-xr-xmacosx/HotkeyController.m9
1 files changed, 0 insertions, 9 deletions
diff --git a/macosx/HotkeyController.m b/macosx/HotkeyController.m
index f07ac591..c084d549 100755
--- a/macosx/HotkeyController.m
+++ b/macosx/HotkeyController.m
@@ -8,7 +8,6 @@
*/
#import "HotkeyController.h"
-#import "ARCBridge.h"
#define INPUT_HOLD_TIME 0.1
@@ -35,14 +34,6 @@
- (void)dealloc
{
[[NSNotificationCenter defaultCenter] removeObserver:self];
-
-#if !__has_feature(objc_arc)
- [hotkeysList release];
- [keyNameTable release];
- [hotkeyOutlets release];
-
- [super dealloc];
-#endif
}
- (void)mapOutletToIdentifier:(id)outlet forIdentifier:(NSString*)identifier