mc_pos_control: remove unused function declarations

This commit is contained in:
Matthias Grob
2019-11-04 19:47:28 +01:00
committed by Daniel Agar
parent 7f930f875e
commit 2416d0fc63

View File

@@ -257,11 +257,6 @@ private:
*/
void reset_setpoint_to_nan(vehicle_local_position_setpoint_s &setpoint);
/**
* Shim for calling task_main from task_create.
*/
static int task_main_trampoline(int argc, char *argv[]);
/**
* check if task should be switched because of failsafe
*/
@@ -271,11 +266,6 @@ private:
* send vehicle command to inform commander about failsafe
*/
void send_vehicle_cmd_do(uint8_t nav_state);
/**
* Main sensor collection task.
*/
void task_main();
};
MulticopterPositionControl::MulticopterPositionControl() :