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