From db425e53b290a2416f1ea658c2c750e6671ce4f4 Mon Sep 17 00:00:00 2001 From: Lukasz Skrzypczak Date: Wed, 17 Feb 2021 21:54:22 -0800 Subject: [PATCH] [EGD-3685] Cleaning Cleaned some unnecessary code --- module-apps/application-call/ApplicationCall.cpp | 4 ---- module-services/service-evtmgr/service-evtmgr/EVMessages.hpp | 1 - 2 files changed, 5 deletions(-) diff --git a/module-apps/application-call/ApplicationCall.cpp b/module-apps/application-call/ApplicationCall.cpp index 2fa7b9abbe7e3121bd71777e05babd6c41ac8eb8..9bc1f526b99d7174d63bda0d6bd3daf133c0d364 100644 --- a/module-apps/application-call/ApplicationCall.cpp +++ b/module-apps/application-call/ApplicationCall.cpp @@ -27,10 +27,6 @@ #include #include -#include -#include -#include -#include "service-evtmgr/EVMessages.hpp" namespace app { diff --git a/module-services/service-evtmgr/service-evtmgr/EVMessages.hpp b/module-services/service-evtmgr/service-evtmgr/EVMessages.hpp index 6df6df50ea1158f7425b56995ed78203fa5f627b..7189466b7bc3d8d9186070c772401f6cb7ac9e1b 100644 --- a/module-services/service-evtmgr/service-evtmgr/EVMessages.hpp +++ b/module-services/service-evtmgr/service-evtmgr/EVMessages.hpp @@ -134,7 +134,6 @@ namespace sevm {} bsp::keypad_backlight::Action action; - std::chrono::seconds repetitionTime; }; class KeypadBacklightResponseMessage : public sys::Message