AP_AHRS: remove unused _gps_delay variable

This commit is contained in:
Peter Barker 2021-07-20 14:34:17 +10:00 committed by Randy Mackay
parent ef109721fe
commit b185d84dc5

View File

@ -642,7 +642,6 @@ protected:
AP_Int8 _wind_max;
AP_Int8 _board_orientation;
AP_Int8 _gps_minsats;
AP_Int8 _gps_delay;
AP_Int8 _ekf_type;
AP_Float _custom_roll;
AP_Float _custom_pitch;