Commit 42897a63 authored by DonLakeFlyer's avatar DonLakeFlyer
Browse files

Remove unused variable
parent e6f439f4
......@@ -432,7 +432,6 @@ VisualMissionItem* MissionController::insertComplexMissionItem(QString itemName,
visualItemIndex++;
}
int sequenceNumber = _nextSequenceNumber();
if (itemName == patternSurveyName) {
newItem = new SurveyComplexItem(_controllerVehicle, _flyView, QString() /* kmlFile */, _visualItems /* parent */);
newItem->setCoordinate(mapCenterCoordinate);
......
Supports Markdown
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