diff options
| author | Tomáš Znamenáček | 2014-08-06 16:43:24 +0200 | 
|---|---|---|
| committer | Tomáš Znamenáček | 2015-01-07 15:33:46 +0100 | 
| commit | d8efb0755ab99ef60411f77fa4b635f466973d0f (patch) | |
| tree | 3e08a3244a56a6e3ddb0363172cf4505c3509095 | |
| parent | e30504eb2a7729333d3ebe9266ac493deb9ea02c (diff) | |
| download | MASShortcut-d8efb0755ab99ef60411f77fa4b635f466973d0f.tar.bz2 | |
Removed one forgotten modifierFlags setter.
It’s not needed now the class is effectively immutable.
| -rw-r--r-- | Framework/MASShortcut.m | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/Framework/MASShortcut.m b/Framework/MASShortcut.m index 14d8061..e6fa63d 100644 --- a/Framework/MASShortcut.m +++ b/Framework/MASShortcut.m @@ -29,11 +29,6 @@ static NSString *const MASShortcutModifierFlags = @"ModifierFlags";  #pragma mark Shortcut Accessors -- (void)setModifierFlags:(NSUInteger)value -{ -    _modifierFlags = MASPickCocoaModifiers(value); -} -  - (UInt32)carbonKeyCode  {      return (self.keyCode == NSNotFound ? 0 : (UInt32)self.keyCode); | 
