Browse Source

Remove unused code

QGC4.4
DonLakeFlyer 6 years ago
parent
commit
8736322783
  1. 2
      src/FlightMap/MapItems/MissionLineView.qml

2
src/FlightMap/MapItems/MissionLineView.qml

@ -17,8 +17,6 @@ import QGroundControl.Palette 1.0 @@ -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

Loading…
Cancel
Save