diff --git a/src/PlanView/FWLandingPatternEditor.qml b/src/PlanView/FWLandingPatternEditor.qml index d2b23d8a4516a3d9fa825b39bfe0a2e90931d2be..de2a84dadc90e94efc62d95780b2f51a8b99ff87 100644 --- a/src/PlanView/FWLandingPatternEditor.qml +++ b/src/PlanView/FWLandingPatternEditor.qml @@ -41,14 +41,6 @@ Rectangle { anchors.right: parent.right visible: missionItem.landingCoordSet - QGCLabel { - anchors.left: parent.left - anchors.right: parent.right - wrapMode: Text.WordWrap - font.pointSize: ScreenTools.smallFontPointSize - text: qsTr("WIP (NOT FOR REAL FLIGHT!)") - } - SectionHeader { text: qsTr("Loiter point") }