mirror of https://github.com/ArduPilot/ardupilot
AP_AHRS: remove unneeded get_position wrapper
This commit is contained in:
parent
6e3cb7efdc
commit
d621910a59
|
@ -102,10 +102,6 @@ public:
|
|||
|
||||
// dead-reckoning support
|
||||
bool get_location(struct Location &loc) const;
|
||||
// for scripting until aliases get sorted out:
|
||||
bool get_position(struct Location &loc) const {
|
||||
return get_location(loc);
|
||||
}
|
||||
|
||||
// get latest altitude estimate above ground level in meters and validity flag
|
||||
bool get_hagl(float &hagl) const WARN_IF_UNUSED;
|
||||
|
|
Loading…
Reference in New Issue