summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnSyncPData.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnSyncPData.m')
-rw-r--r--SmartDeviceLink/SDLOnSyncPData.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLOnSyncPData.m b/SmartDeviceLink/SDLOnSyncPData.m
index 11fe8a3ac..4b869e8cf 100644
--- a/SmartDeviceLink/SDLOnSyncPData.m
+++ b/SmartDeviceLink/SDLOnSyncPData.m
@@ -14,12 +14,6 @@
return self;
}
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict {
- if (self = [super initWithDictionary:dict]) {
- }
- return self;
-}
-
- (void)setURL:(NSString *)URL {
if (URL != nil) {
[parameters setObject:URL forKey:NAMES_URL];