diff --git a/ArduCopter/control_modes.pde b/ArduCopter/control_modes.pde index 0ba8af6dda..1022ba0eac 100644 --- a/ArduCopter/control_modes.pde +++ b/ArduCopter/control_modes.pde @@ -8,8 +8,6 @@ static void read_control_switch() if (oldSwitchPosition != switchPosition){ if(switch_debouncer){ - // remember the prev location for GS - prev_WP = current_loc; oldSwitchPosition = switchPosition; switch_debouncer = false;