summaryrefslogtreecommitdiff
path: root/src/hmi/qml/TripComputer.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/hmi/qml/TripComputer.qml')
-rw-r--r--src/hmi/qml/TripComputer.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hmi/qml/TripComputer.qml b/src/hmi/qml/TripComputer.qml
index 9bd88d7..a812245 100644
--- a/src/hmi/qml/TripComputer.qml
+++ b/src/hmi/qml/TripComputer.qml
@@ -195,11 +195,6 @@ HMIMenu {
}
}
} else {
- if (Genivi.g_routing_handle) {
- Genivi.fuel_stop_advisor_message(dbusIf,"SetRouteHandle",Genivi.g_routing_handle);
- } else {
- Genivi.fuel_stop_advisor_message(dbusIf,"ReleaseRouteHandle",Genivi.g_routing_handle);
- }
res=Genivi.fuel_stop_advisor_message(dbusIf,"GetInstantData",[]);
for (var i = 0 ; i < res[1].length ; i+=4) {
if (res[1][i+1] == Genivi.FUELSTOPADVISOR_FUEL_LEVEL) {