From 73e756b65d60a606253e8a24a2f1a0c909882158 Mon Sep 17 00:00:00 2001 From: "Ira Lytvynenko (GitHub)" Date: Tue, 29 May 2018 14:05:34 +0300 Subject: Remove remote control flag --- src/components/application_manager/test/mock_message_helper.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/components/application_manager/test/mock_message_helper.cc') diff --git a/src/components/application_manager/test/mock_message_helper.cc b/src/components/application_manager/test/mock_message_helper.cc index 8b0ec5b854..57a35e5283 100644 --- a/src/components/application_manager/test/mock_message_helper.cc +++ b/src/components/application_manager/test/mock_message_helper.cc @@ -230,7 +230,6 @@ void MessageHelper::SendPolicyUpdate(const std::string& file_path, file_path, timeout, retries, app_mngr); } -#ifdef SDL_REMOTE_CONTROL void MessageHelper::SendActivateAppToHMI( uint32_t const app_id, ApplicationManager& application_manager, @@ -247,8 +246,6 @@ void MessageHelper::SendHMIStatusNotification( application_impl, application_manager); } -#endif // SDL_REMOTE_CONTROL - void MessageHelper::SendUpdateSDLResponse(const std::string& result, uint32_t correlation_id, ApplicationManager& app_mngr) { -- cgit v1.2.1