summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLVideoStreamingCapability.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLVideoStreamingCapability.m')
-rw-r--r--SmartDeviceLink/SDLVideoStreamingCapability.m12
1 files changed, 0 insertions, 12 deletions
diff --git a/SmartDeviceLink/SDLVideoStreamingCapability.m b/SmartDeviceLink/SDLVideoStreamingCapability.m
index 13cba4f69..cf4d33e98 100644
--- a/SmartDeviceLink/SDLVideoStreamingCapability.m
+++ b/SmartDeviceLink/SDLVideoStreamingCapability.m
@@ -17,18 +17,6 @@ NS_ASSUME_NONNULL_BEGIN
@implementation SDLVideoStreamingCapability
-- (instancetype)init {
- if (self = [super init]) {
- }
- return self;
-}
-
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict {
- if (self = [super initWithDictionary:dict]) {
- }
- return self;
-}
-
- (instancetype)initWithVideoStreaming:(nullable SDLImageResolution *)preferredResolution maxBitrate:(nullable NSNumber *)maxBitrate supportedFormats:(nullable NSArray<SDLVideoStreamingFormat *> *)supportedFormats {
self = [self init];
if (!self) {