Commit 4b5a998e authored by Don Gagne's avatar Don Gagne

Remove unused property

parent 26b920b0
...@@ -38,9 +38,7 @@ import QGroundControl.FlightMap 1.0 ...@@ -38,9 +38,7 @@ import QGroundControl.FlightMap 1.0
Item { Item {
id: _root id: _root
readonly property string _InstrumentVisibleKey: "IsInstrumentPanelVisible" property var _activeVehicle: multiVehicleManager.activeVehicle
property var _activeVehicle: multiVehicleManager.activeVehicle
QGCMapPalette { id: mapPal; lightColors: !isBackgroundDark } QGCMapPalette { id: mapPal; lightColors: !isBackgroundDark }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment