Browse Source

Merge pull request #5152 from HorusAeronaves/remove_var

Remove unnused variables in PlanView
QGC4.4
Don Gagne 8 years ago committed by GitHub
parent
commit
a7f6612acd
  1. 2
      src/PlanView/PlanView.qml

2
src/PlanView/PlanView.qml

@ -37,8 +37,6 @@ QGCView { @@ -37,8 +37,6 @@ QGCView {
readonly property real _margin: ScreenTools.defaultFontPixelHeight * 0.5
readonly property var _activeVehicle: QGroundControl.multiVehicleManager.activeVehicle
readonly property real _rightPanelWidth: Math.min(parent.width / 3, ScreenTools.defaultFontPixelWidth * 30)
readonly property real _rightPanelOpacity: 1
readonly property int _toolButtonCount: 6
readonly property real _toolButtonTopMargin: parent.height - ScreenTools.availableHeight + (ScreenTools.defaultFontPixelHeight / 2)
readonly property var _defaultVehicleCoordinate: QtPositioning.coordinate(37.803784, -122.462276)

Loading…
Cancel
Save