mirror of https://github.com/ArduPilot/ardupilot
Copter: remove unimplemented method declaration
This commit is contained in:
parent
e2157d8b9f
commit
af949590f8
|
@ -54,7 +54,6 @@ public:
|
|||
private:
|
||||
void run_hover();
|
||||
void run_descent();
|
||||
void run_release();
|
||||
|
||||
uint32_t descent_established_time_ms; // milliseconds
|
||||
uint32_t place_start_time_ms; // milliseconds
|
||||
|
|
Loading…
Reference in New Issue