summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLListFilesResponse.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLListFilesResponse.m')
-rw-r--r--SmartDeviceLink/SDLListFilesResponse.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLListFilesResponse.m b/SmartDeviceLink/SDLListFilesResponse.m
index 2d58371d8..f840c7edb 100644
--- a/SmartDeviceLink/SDLListFilesResponse.m
+++ b/SmartDeviceLink/SDLListFilesResponse.m
@@ -14,12 +14,6 @@
return self;
}
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict {
- if (self = [super initWithDictionary:dict]) {
- }
- return self;
-}
-
- (void)setFilenames:(NSMutableArray *)filenames {
if (filenames != nil) {
[parameters setObject:filenames forKey:NAMES_filenames];