forked from Archive/PX4-Autopilot
Navigator: more cleanup, prune unused functions
This commit is contained in:
parent
6f9a31c401
commit
a3b7ecb923
|
@ -171,21 +171,6 @@ private:
|
|||
*/
|
||||
void control_update();
|
||||
|
||||
/**
|
||||
* Check for changes in vehicle status.
|
||||
*/
|
||||
void vehicle_status_poll();
|
||||
|
||||
/**
|
||||
* Check for position updates.
|
||||
*/
|
||||
void vehicle_attitude_poll();
|
||||
|
||||
/**
|
||||
* Check for set triplet updates.
|
||||
*/
|
||||
void mission_poll();
|
||||
|
||||
/**
|
||||
* Retrieve mission.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue