summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnLockScreenStatus.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnLockScreenStatus.m')
-rw-r--r--SmartDeviceLink/SDLOnLockScreenStatus.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLOnLockScreenStatus.m b/SmartDeviceLink/SDLOnLockScreenStatus.m
index 6d44efd7c..9d2260a0b 100644
--- a/SmartDeviceLink/SDLOnLockScreenStatus.m
+++ b/SmartDeviceLink/SDLOnLockScreenStatus.m
@@ -17,12 +17,6 @@
return self;
}
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict {
- if (self = [super initWithDictionary:dict]) {
- }
- return self;
-}
-
- (void)setLockScreenStatus:(SDLLockScreenStatus)lockScreenStatus {
if (lockScreenStatus != nil) {
[parameters setObject:lockScreenStatus forKey:@"OnLockScreenStatus"];