summaryrefslogtreecommitdiff
path: root/macosx/hotkeys.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/hotkeys.m')
-rwxr-xr-xmacosx/hotkeys.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/hotkeys.m b/macosx/hotkeys.m
index 066ecc1d..2a619422 100755
--- a/macosx/hotkeys.m
+++ b/macosx/hotkeys.m
@@ -13,7 +13,6 @@
#include "plugins.h"
#include "ExtendedKeys.h"
#import "PcsxrController.h"
-#import "ARCBridge.h"
#define HK_MAX_STATE 10
static id monitor;
@@ -127,7 +126,7 @@ void attachHotkeys() {
}
void detachHotkeys() {
- RELEASEOBJ(hotkeys); hotkeys = nil;
+ hotkeys = nil;
[NSEvent removeMonitor:monitor];
[NSEvent removeMonitor:gpuMonitor];
monitor = nil;