mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: Remove unused enum
This commit is contained in:
parent
b3b7f2d3d2
commit
f227d67d58
|
@ -145,10 +145,6 @@ public:
|
|||
GPS_ENGINE_AIRBORNE_4G = 8
|
||||
};
|
||||
|
||||
enum GPS_Config {
|
||||
GPS_ALL_CONFIGURED = 255
|
||||
};
|
||||
|
||||
// role for auto-config
|
||||
enum GPS_Role {
|
||||
GPS_ROLE_NORMAL,
|
||||
|
|
Loading…
Reference in New Issue