aboutsummaryrefslogtreecommitdiffstats
path: root/app/dbus_server.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-10-16 06:05:03 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-10-16 12:14:07 -0700
commit035db849c0f279232102af5e97928be2aa603e4d (patch)
tree437b003136e75981992f9cded1238f6b74b1313b /app/dbus_server.h
parent466434f829547f2072c681b3cd6380a799b7f5ee (diff)
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 <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/dbus_server.h')
-rw-r--r--app/dbus_server.h2
1 files changed, 0 insertions, 2 deletions
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