~aleteoryx/muditaos

db425e53b290a2416f1ea658c2c750e6671ce4f4 — Lukasz Skrzypczak 5 years ago 215329c
[EGD-3685] Cleaning

Cleaned some unnecessary code
M module-apps/application-call/ApplicationCall.cpp => module-apps/application-call/ApplicationCall.cpp +0 -4
@@ 27,10 27,6 @@
#include <module-apps/application-phonebook/data/PhonebookItemData.hpp>
#include <module-services/service-db/service-db/DBServiceAPI.hpp>

#include <bsp/vibrator/vibrator.hpp>
#include <service-evtmgr/Constants.hpp>
#include <service-evtmgr/Message.hpp>
#include "service-evtmgr/EVMessages.hpp"

namespace app
{

M module-services/service-evtmgr/service-evtmgr/EVMessages.hpp => module-services/service-evtmgr/service-evtmgr/EVMessages.hpp +0 -1
@@ 134,7 134,6 @@ namespace sevm
        {}

        bsp::keypad_backlight::Action action;
        std::chrono::seconds repetitionTime;
    };

    class KeypadBacklightResponseMessage : public sys::Message