aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcut.m
diff options
context:
space:
mode:
Diffstat (limited to 'MASShortcut.m')
-rw-r--r--MASShortcut.m5
1 files changed, 1 insertions, 4 deletions
diff --git a/MASShortcut.m b/MASShortcut.m
index 5bb039d..c277c96 100644
--- a/MASShortcut.m
+++ b/MASShortcut.m
@@ -3,10 +3,7 @@
NSString *const kMASShortcutKeyCode = @"KeyCode";
NSString *const kMASShortcutModifierFlags = @"ModifierFlags";
-@implementation MASShortcut {
- NSUInteger _keyCode; // NSNotFound if empty
- NSUInteger _modifierFlags; // 0 if empty
-}
+@implementation MASShortcut
@synthesize modifierFlags = _modifierFlags;
@synthesize keyCode = _keyCode;