summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLUnsubscribeButtonResponse.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLUnsubscribeButtonResponse.m')
-rw-r--r--SmartDeviceLink/SDLUnsubscribeButtonResponse.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLUnsubscribeButtonResponse.m b/SmartDeviceLink/SDLUnsubscribeButtonResponse.m
index a28cf2768..70285c507 100644
--- a/SmartDeviceLink/SDLUnsubscribeButtonResponse.m
+++ b/SmartDeviceLink/SDLUnsubscribeButtonResponse.m
@@ -14,10 +14,4 @@
return self;
}
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict {
- if (self = [super initWithDictionary:dict]) {
- }
- return self;
-}
-
@end