summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2021-03-09 12:05:13 -0500
committerJoel Fischer <joeljfischer@gmail.com>2021-03-09 12:05:13 -0500
commit1e156b124334987574646594fc2477059cfe36f2 (patch)
tree671f7be752bdced68e3110d10b8b784bb5213743
parentd3ffe9b73776d1bed629183bf06da4d76309a045 (diff)
downloadsdl_ios-bugfix/issue-1928-main-menu-ui-updates-do-not-take-textFieldName-imageFieldName-into-consideration.tar.gz
-rw-r--r--SmartDeviceLink/private/SDLMenuManager.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/SmartDeviceLink/private/SDLMenuManager.m b/SmartDeviceLink/private/SDLMenuManager.m
index e68ca2288..ea6e1cd74 100644
--- a/SmartDeviceLink/private/SDLMenuManager.m
+++ b/SmartDeviceLink/private/SDLMenuManager.m
@@ -550,7 +550,6 @@ UInt32 const MenuCellIdMin = 1;
///
/// @param cells The cells you will be adding
/// @return Boolean that indicates whether menuCells are unique or not
- */
- (BOOL)sdl_menuCellsAreUnique:(NSArray<SDLMenuCell *> *)cells allVoiceCommands:(NSMutableArray<NSString *> *)allVoiceCommands {
///Check all voice commands for identical items and check each list of cells for identical cells
NSMutableSet<SDLMenuCell *> *identicalCellsCheckSet = [NSMutableSet set];
@@ -691,7 +690,6 @@ UInt32 const MenuCellIdMin = 1;
/// @param shouldHaveArtwork artwork bool
/// @param menu the new menu array, this array should contain all the values the developer has set to be included in the new menu. This is used for placing the newly added cells in the correct location.
/// @return list of SDLRPCRequest addCommands
- */
- (NSArray<SDLRPCRequest *> *)sdl_mainMenuCommandsForCells:(NSArray<SDLMenuCell *> *)cells withArtwork:(BOOL)shouldHaveArtwork usingIndexesFrom:(NSArray<SDLMenuCell *> *)menu {
NSMutableArray<SDLRPCRequest *> *mutableCommands = [NSMutableArray array];