Commit a58a3cfc authored by DonLakeFlyer's avatar DonLakeFlyer

parent 8c3b9bc6
...@@ -583,12 +583,6 @@ QGCView { ...@@ -583,12 +583,6 @@ QGCView {
action: _guidedController.actionContinueMission, action: _guidedController.actionContinueMission,
visible: _guidedController.showContinueMission visible: _guidedController.showContinueMission
}, },
{
title: _guidedController.resumeMissionTitle,
text: _guidedController.resumeMissionMessage,
action: _guidedController.actionResumeMission,
visible: _guidedController.showResumeMission
},
{ {
title: _guidedController.changeAltTitle, title: _guidedController.changeAltTitle,
text: _guidedController.changeAltMessage, text: _guidedController.changeAltMessage,
......
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