mirror of https://github.com/ArduPilot/ardupilot
AP_LandingGear: Remove unused members
This commit is contained in:
parent
02993b4ad0
commit
0808539ee5
|
@ -100,9 +100,6 @@ private:
|
|||
bool _deployed; // true if the landing gear has been deployed, initialized false
|
||||
bool _have_changed; // have we changed the servo state?
|
||||
|
||||
bool _deploy_lock; // used to force landing gear to remain deployed until another regular Deploy command is received to reduce accidental retraction
|
||||
bool _deploy_pin_state;
|
||||
bool _weight_on_wheels_pin_state;
|
||||
int16_t _last_height_above_ground;
|
||||
|
||||
// debounce
|
||||
|
|
Loading…
Reference in New Issue