diff options
Diffstat (limited to 'SmartDeviceLink/SDLUnsubscribeButton.m')
-rw-r--r-- | SmartDeviceLink/SDLUnsubscribeButton.m | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLUnsubscribeButton.m b/SmartDeviceLink/SDLUnsubscribeButton.m index 9853fa9da..e81d1c8e5 100644 --- a/SmartDeviceLink/SDLUnsubscribeButton.m +++ b/SmartDeviceLink/SDLUnsubscribeButton.m @@ -16,12 +16,6 @@ return self; } -- (instancetype)initWithDictionary:(NSMutableDictionary *)dict { - if (self = [super initWithDictionary:dict]) { - } - return self; -} - - (void)setButtonName:(SDLButtonName *)buttonName { if (buttonName != nil) { [parameters setObject:buttonName forKey:NAMES_buttonName]; |