mirror of https://github.com/ArduPilot/ardupilot
AP_Compass: remove unused variable
This commit is contained in:
parent
de91058b1a
commit
8bbed968de
|
@ -459,9 +459,6 @@ private:
|
|||
// enable automatic declination code
|
||||
AP_Int8 _auto_declination;
|
||||
|
||||
// first-time-around flag used by offset nulling
|
||||
bool _null_init_done;
|
||||
|
||||
// stores which bit is used to indicate we should log compass readings
|
||||
uint32_t _log_bit = -1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue