From 87363227831e2a5bb02e48b037aeb78cbc7000d7 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Sun, 17 Nov 2019 13:10:06 -0800 Subject: [PATCH] Remove unused code --- src/FlightMap/MapItems/MissionLineView.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/FlightMap/MapItems/MissionLineView.qml b/src/FlightMap/MapItems/MissionLineView.qml index 0d9865903..6371aa448 100644 --- a/src/FlightMap/MapItems/MissionLineView.qml +++ b/src/FlightMap/MapItems/MissionLineView.qml @@ -17,8 +17,6 @@ import QGroundControl.Palette 1.0 /// The MissionLineView control is used to add lines between mission items MapItemView { - property bool homePositionValid: true ///< true: show home position, false: don't show home position - delegate: MapPolyline { line.width: 3 line.color: "#be781c" // Hack, can't get palette to work in here -- 2.22.0