navigator: remove redudant line

This commit is contained in:
Thomas Gubler
2013-11-25 22:15:34 +01:00
parent b305f45f5a
commit 8fb22a1df7
-2
View File
@@ -986,8 +986,6 @@ Navigator::start_waypoint()
/* this means we should start fresh */
if (_current_mission_index == 0) {
/* Reset the index to start with the first mission item */
_current_mission_index = 0;
_mission_item_triplet.previous_valid = false;
} else {