mirror of https://github.com/ArduPilot/ardupilot
AC_Fence: remove unused gps pointer
This commit is contained in:
parent
e22f58c9fc
commit
47f5c9b7a4
|
@ -86,7 +86,6 @@ private:
|
|||
|
||||
// pointers to other objects we depend upon
|
||||
AP_InertialNav* _inav;
|
||||
GPS** _gps_ptr; // pointer to pointer to gps
|
||||
|
||||
// parameters
|
||||
AP_Int8 _enabled; // top level enable/disable control
|
||||
|
|
Loading…
Reference in New Issue