summaryrefslogtreecommitdiffstats
path: root/homescreen/src/homescreenhandler.cpp
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-22 13:27:35 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-11-22 13:27:35 +0000
commit2c179df8e22fd1434c88b8595ddd65ec0ed48622 (patch)
treea695520d513218943271e63b7bb626acaca5350c /homescreen/src/homescreenhandler.cpp
parent2fa542a8c95b196020e5f27f96cbffa7c44e72e9 (diff)
parentbf3c9fb7ae0f39d6df454807dcfaccc97715fbcf (diff)
Merge "Change libwindowmanager to qlibwindowmanager"eel_4.99.3eel/4.99.34.99.3
Diffstat (limited to 'homescreen/src/homescreenhandler.cpp')
-rw-r--r--homescreen/src/homescreenhandler.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/homescreen/src/homescreenhandler.cpp b/homescreen/src/homescreenhandler.cpp
index badb91f..5da8b9e 100644
--- a/homescreen/src/homescreenhandler.cpp
+++ b/homescreen/src/homescreenhandler.cpp
@@ -49,14 +49,6 @@ void HomescreenHandler::init(int port, const char *token)
HMI_DEBUG("HomeScreen","set_event_handler Event_OnScreenMessage display_message = %s", display_message);
});
- mp_hs->set_event_handler(LibHomeScreen::Event_TapShortcut, [this](json_object *object){
- const char *application_name = json_object_get_string(
- json_object_object_get(object, "application_name"));
- if(strcmp(application_name, "Home") == 0){
- emit this->homeButton();
- }
- });
-
}
void HomescreenHandler::tapShortcut(QString application_name)