Commit c929855e authored by DonLakeFlyer's avatar DonLakeFlyer

Fix removeAllFromVehicle after flight ends

parent b9a25328
......@@ -167,11 +167,8 @@ QGCView {
message: qsTr("Do you want to remove the mission from the vehicle?")
function accept() {
_missionController.removeAllFromVehicle()
_geoFenceController.removeAllFromVehicle()
_rallyPointController.removeAllFromVehicle()
_planMasterController.removeAllFromVehicle()
hideDialog()
}
}
}
......
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