summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLVideoStreamingFormat.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLVideoStreamingFormat.m')
-rw-r--r--SmartDeviceLink/SDLVideoStreamingFormat.m8
1 files changed, 0 insertions, 8 deletions
diff --git a/SmartDeviceLink/SDLVideoStreamingFormat.m b/SmartDeviceLink/SDLVideoStreamingFormat.m
index 8d3e39f39..d7f018b5d 100644
--- a/SmartDeviceLink/SDLVideoStreamingFormat.m
+++ b/SmartDeviceLink/SDLVideoStreamingFormat.m
@@ -14,14 +14,6 @@ NS_ASSUME_NONNULL_BEGIN
@implementation SDLVideoStreamingFormat
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict {
- self = [super initWithDictionary:dict];
- if (!self) {
- return nil;
- }
- return self;
-}
-
- (SDLVideoStreamingProtocol)protocol {
return [store sdl_objectForName:SDLNameVideoProtocol];
}