From 035db849c0f279232102af5e97928be2aa603e4d Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Wed, 16 Oct 2019 06:05:03 -0700 Subject: ondemandnavi: remove unused signals Part of the effort to cleanup DBus usage for navigation to JSON events remove all unused sections of the application. Bug-AGL: SPEC-2880 Change-Id: I2e97f2ffde998b13419de5eaeb9b3bc3e6b073e3 Signed-off-by: Matt Ranostay --- app/dbus_server.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/dbus_server.h') diff --git a/app/dbus_server.h b/app/dbus_server.h index b8fb1c6..5fe7562 100644 --- a/app/dbus_server.h +++ b/app/dbus_server.h @@ -27,7 +27,5 @@ public slots: void getRouteInfoSlot(); void sendSignalRouteInfo(double srt_lat,double srt_lon,double end_lat,double end_lon); void sendSignalPosInfo(double lat,double lon,double drc,double dst); - void sendSignalStopDemo(); - void sendSignalArrvied(); }; #endif // DBUS_SERVER_H -- cgit 1.2.3-korg