From 133ac94184bbd28b53544b34e3391f8d6bffdeca Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 27 Jan 2020 11:17:15 -0800 Subject: homescreen: remove unused DBus code artifacts All accesses to control launching applications are now done via agl-service-homescreen/libhomescreen, and thus the unused DBus interface can be removed. Bug-AGL: SPEC-3137 Change-Id: I56201c138c7061bba8114e367729d2b29f672ed1 Signed-off-by: Matt Ranostay --- homescreen/src/applicationlauncher.h | 1 - 1 file changed, 1 deletion(-) (limited to 'homescreen/src/applicationlauncher.h') diff --git a/homescreen/src/applicationlauncher.h b/homescreen/src/applicationlauncher.h index dfa5846..bd7656e 100644 --- a/homescreen/src/applicationlauncher.h +++ b/homescreen/src/applicationlauncher.h @@ -40,7 +40,6 @@ signals: void currentChanged(const QString ¤t); public slots: - int launch(const QString &application); void setCurrent(const QString ¤t); private: -- cgit 1.2.3-korg