summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-05-15 13:15:19 -0400
committerJoel Fischer <joeljfischer@gmail.com>2019-05-15 13:15:19 -0400
commitea2b0e7bd1a0329a516d456a2c51f501e389c36d (patch)
tree18cea50ee9d0de014f049f478803abc1a7bb9367
parent513904280f2a588d7f6246e1ecc2e044708f1007 (diff)
downloadsdl_ios-ea2b0e7bd1a0329a516d456a2c51f501e389c36d.tar.gz
Remove old code
-rw-r--r--SmartDeviceLink/SDLMenuManager.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/SmartDeviceLink/SDLMenuManager.m b/SmartDeviceLink/SDLMenuManager.m
index e83a340fa..d26eb6b8c 100644
--- a/SmartDeviceLink/SDLMenuManager.m
+++ b/SmartDeviceLink/SDLMenuManager.m
@@ -272,11 +272,6 @@ UInt32 const MenuCellIdMin = 1;
completionHandler(nil);
}];
}];
-// [self.connectionManager sendRequests:mainMenuCommands progressHandler:^(__kindof SDLRPCRequest * _Nonnull request, __kindof SDLRPCResponse * _Nullable response, NSError * _Nullable error, float percentComplete) {
-//
-// } completionHandler:^(BOOL success) {
-//
-// }];
}
#pragma mark - Helpers