diff options
Diffstat (limited to 'SmartDeviceLink/SDLImage.m')
-rw-r--r-- | SmartDeviceLink/SDLImage.m | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/SmartDeviceLink/SDLImage.m b/SmartDeviceLink/SDLImage.m index ef646f794..fd381d03e 100644 --- a/SmartDeviceLink/SDLImage.m +++ b/SmartDeviceLink/SDLImage.m @@ -9,18 +9,6 @@ @implementation SDLImage -- (instancetype)init { - if (self = [super init]) { - } - return self; -} - -- (instancetype)initWithDictionary:(NSMutableDictionary *)dict { - if (self = [super initWithDictionary:dict]) { - } - return self; -} - - (void)setValue:(NSString *)value { if (value != nil) { [store setObject:value forKey:NAMES_value]; |