summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasato Ogawa <mogawa@xevo.com>2017-08-28 17:58:44 +0900
committerMasato Ogawa <mogawa@xevo.com>2017-08-28 17:58:44 +0900
commit776bfe7af458c226341eb6a27b1bb92215fd77ce (patch)
tree59f0d15bee65073d546012b8d9b90afdfbc97451
parentda03235f13a1f7349ac231b69f14ec76b2ae7205 (diff)
downloadsdl_core-776bfe7af458c226341eb6a27b1bb92215fd77ce.tar.gz
Removed converting HMI App ID
-rw-r--r--src/components/application_manager/src/commands/mobile/send_haptic_data_request.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/mobile/send_haptic_data_request.cc b/src/components/application_manager/src/commands/mobile/send_haptic_data_request.cc
index 28a25a4eb3..4f50ff20b0 100644
--- a/src/components/application_manager/src/commands/mobile/send_haptic_data_request.cc
+++ b/src/components/application_manager/src/commands/mobile/send_haptic_data_request.cc
@@ -49,7 +49,6 @@ void SendHapticDataRequest::Run() {
LOG4CXX_AUTO_TRACE(logger_);
smart_objects::SmartObject& msg_params = (*message_)[strings::msg_params];
- msg_params[strings::app_id] = application->hmi_app_id();
SendHMIRequest(hmi_apis::FunctionID::UI_SendHapticData,
&msg_params,
true);