mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_InertialNav: remove unused AP_InertialSensor pointer
This commit is contained in:
parent
cbff58e2ed
commit
c9f68fcd1b
@ -28,7 +28,6 @@ public:
|
||||
// Constructor
|
||||
AP_InertialNav( AP_AHRS* ahrs, AP_InertialSensor* ins, AP_Baro* baro, GPS*& gps, GPS_Glitch& gps_glitch ) :
|
||||
_ahrs(ahrs),
|
||||
_ins(ins),
|
||||
_baro(baro),
|
||||
_gps(gps),
|
||||
_xy_enabled(false),
|
||||
@ -130,7 +129,6 @@ protected:
|
||||
} _flags;
|
||||
|
||||
AP_AHRS* _ahrs; // pointer to ahrs object
|
||||
AP_InertialSensor* _ins; // pointer to inertial sensor
|
||||
AP_Baro* _baro; // pointer to barometer
|
||||
GPS*& _gps; // pointer to gps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user