aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView+UserDefaults.m
diff options
context:
space:
mode:
authorVadim Shpakovski2014-09-22 13:59:45 +0200
committerVadim Shpakovski2014-09-22 13:59:45 +0200
commit9266e385173f8b503d332ba35632c8a47c5d7810 (patch)
tree9c2ffe4e7b8fd778ae00e486bbd8c6774791d388 /MASShortcutView+UserDefaults.m
parentddab66d2c087df6812394a76c1a520793faacb09 (diff)
downloadMASShortcut-48acd5cc036d476a6a207590541058a9d466e809.tar.bz2
Polished Pod spec.1.3.1
Diffstat (limited to 'MASShortcutView+UserDefaults.m')
-rw-r--r--MASShortcutView+UserDefaults.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/MASShortcutView+UserDefaults.m b/MASShortcutView+UserDefaults.m
index bbe1dd2..a84f0c9 100644
--- a/MASShortcutView+UserDefaults.m
+++ b/MASShortcutView+UserDefaults.m
@@ -45,11 +45,6 @@ void *MASAssociatedDefaultsObserver = &MASAssociatedDefaultsObserver;
BOOL _internalShortcutChange;
}
-@synthesize userDefaultsKey = _userDefaultsKey;
-@synthesize shortcutView = _shortcutView;
-
-#pragma mark -
-
- (id)initWithShortcutView:(MASShortcutView *)shortcutView userDefaultsKey:(NSString *)userDefaultsKey
{
self = [super init];