summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/public/SDLMenuCell.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/public/SDLMenuCell.m')
-rw-r--r--SmartDeviceLink/public/SDLMenuCell.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/SmartDeviceLink/public/SDLMenuCell.m b/SmartDeviceLink/public/SDLMenuCell.m
index fb07ef49f..bbc02f2b6 100644
--- a/SmartDeviceLink/public/SDLMenuCell.m
+++ b/SmartDeviceLink/public/SDLMenuCell.m
@@ -63,7 +63,6 @@ NS_ASSUME_NONNULL_BEGIN
}
- (instancetype)initWithTitle:(NSString *)title secondaryText:(nullable NSString *)secondaryText tertiaryText:(nullable NSString *)tertiaryText icon:(nullable SDLArtwork *)icon secondaryArtwork:(nullable SDLArtwork *)secondaryArtwork submenuLayout:(nullable SDLMenuLayout)layout subCells:(NSArray<SDLMenuCell *> *)subCells {
-
self = [super init];
if (!self) { return nil; }