Commit 430667de authored by Don Gagne's avatar Don Gagne

Remove unused variable

parent fd4372f2
......@@ -288,8 +288,6 @@ void MissionEditorController::_recalcWaypointLines(void)
// This will update the sequence numbers to be sequential starting from 0
void MissionEditorController::_recalcSequence(void)
{
MissionItem* currentParentItem = qobject_cast<MissionItem*>(_missionItems->get(0));
for (int i=0; i<_missionItems->count(); i++) {
MissionItem* item = qobject_cast<MissionItem*>(_missionItems->get(i));
......
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