From 3cec3966343d95fff2626ce11a46aedd42d0eea8 Mon Sep 17 00:00:00 2001 From: Elvis Kuliiev Date: Wed, 6 Jun 2018 19:39:23 +0300 Subject: Review issues: Remove changes from DEPRECATED HmiState methods --- src/components/application_manager/src/hmi_state.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/components/application_manager/src') 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; } -- cgit v1.2.1