summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/state_controller/state_controller_test.cc
diff options
context:
space:
mode:
authorAlexander Kutsan <AKutsan@luxoft.com>2016-01-19 12:20:52 +0200
committerAlexander Kutsan <AKutsan@luxoft.com>2016-01-19 12:20:52 +0200
commitb8e21c9b40813e32bbb89dd4bf4bb193763c6429 (patch)
tree5307f52586085a46af18266a4dc8f4b1a9986eb9 /src/components/application_manager/test/state_controller/state_controller_test.cc
parentf21b284228bfe7dba53a128fed2529e31390879a (diff)
downloadsdl_core-b8e21c9b40813e32bbb89dd4bf4bb193763c6429.tar.gz
Remove redundant redifinition of SendActivateAppToHMI
Diffstat (limited to 'src/components/application_manager/test/state_controller/state_controller_test.cc')
-rw-r--r--src/components/application_manager/test/state_controller/state_controller_test.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/application_manager/test/state_controller/state_controller_test.cc b/src/components/application_manager/test/state_controller/state_controller_test.cc
index 5dcf06e8b0..cb0be6f424 100644
--- a/src/components/application_manager/test/state_controller/state_controller_test.cc
+++ b/src/components/application_manager/test/state_controller/state_controller_test.cc
@@ -57,14 +57,6 @@ using ::testing::Truly;
static application_manager::MockMessageHelper* message_helper_mock_;
-uint32_t application_manager::MessageHelper::SendActivateAppToHMI(
- uint32_t const app_id,
- hmi_apis::Common_HMILevel::eType level,
- bool send_policy_priority) {
- return message_helper_mock_->SendActivateAppToHMI(
- app_id, level, send_policy_priority);
-}
-
namespace state_controller_test {
struct HmiStatesComparator {