diff --git a/src/FlightMap/MapItems/MissionLineView.qml b/src/FlightMap/MapItems/MissionLineView.qml index 0d98659036c4b40a84f93a77d1cb615593123ed4..6371aa44834ba4c452790807925938b13f779bcb 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