summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macosx/hotkeys.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/hotkeys.m b/macosx/hotkeys.m
index 46ed02e1..16d92fda 100644
--- a/macosx/hotkeys.m
+++ b/macosx/hotkeys.m
@@ -82,7 +82,6 @@ void setupHotkey(int hk, NSString *label, NSDictionary *binding) {
}
void setupHotkeys() {
- if(hotkeys) [hotkeys release];
NSDictionary *bindings = [[NSUserDefaults standardUserDefaults] objectForKey:@"HotkeyBindings"];
hotkeys = [[NSMutableDictionary alloc] initWithCapacity:[bindings count]];