summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElvis Kuliiev <ekuliiev@luxoft.com>2018-06-06 19:39:23 +0300
committerElvis Kuliiev <ekuliiev@luxoft.com>2018-06-06 19:45:45 +0300
commit3cec3966343d95fff2626ce11a46aedd42d0eea8 (patch)
tree6ffa5b09f92c8159009aac806582d387daae3507
parent6cc43753edb51e996279a8ed670ff4ef8f3269bc (diff)
downloadsdl_core-feature/mobile_projection_2.tar.gz
Review issues: Remove changes from DEPRECATED HmiState methodsfeature/mobile_projection_2
-rw-r--r--src/components/application_manager/src/hmi_state.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/application_manager/src/hmi_state.cc b/src/components/application_manager/src/hmi_state.cc
index 73d4b80a55..e1bc2b5125 100644
--- a/src/components/application_manager/src/hmi_state.cc
+++ b/src/components/application_manager/src/hmi_state.cc
@@ -74,10 +74,8 @@ DEPRECATED HmiState::HmiState(uint32_t app_id,
, app_mngr_(app_mngr)
, hmi_level_(mobile_apis::HMILevel::INVALID_ENUM)
, audio_streaming_state_(mobile_apis::AudioStreamingState::INVALID_ENUM)
- , video_streaming_state_(mobile_apis::VideoStreamingState::INVALID_ENUM)
, system_context_(mobile_apis::SystemContext::INVALID_ENUM) {
app_ = app_mngr_.application(app_id);
- LOG4CXX_DEBUG(logger_, *this);
}
DEPRECATED HmiState::HmiState(uint32_t app_id,
@@ -86,10 +84,8 @@ DEPRECATED HmiState::HmiState(uint32_t app_id,
, app_mngr_(app_mngr)
, hmi_level_(mobile_apis::HMILevel::INVALID_ENUM)
, audio_streaming_state_(mobile_apis::AudioStreamingState::INVALID_ENUM)
- , video_streaming_state_(mobile_apis::VideoStreamingState::INVALID_ENUM)
, system_context_(mobile_apis::SystemContext::INVALID_ENUM) {
app_ = app_mngr_.application(app_id);
- LOG4CXX_DEBUG(logger_, *this);
}
void HmiState::set_parent(HmiStatePtr parent) {
@@ -147,7 +143,6 @@ mobile_apis::AudioStreamingState::eType TTSHmiState::audio_streaming_state()
hmi_level(), HMILevel::HMI_FULL, HMILevel::HMI_LIMITED)) {
expected_state = AudioStreamingState::ATTENUATED;
}
-
return expected_state;
}