AP_NavEKF_Source: remove unused setVelZSource
This commit is contained in:
parent
6bc8ff2ee8
commit
000a2b17c3
@ -62,7 +62,6 @@ public:
|
||||
// get/set velocity source
|
||||
SourceXY getVelXYSource() const { return _active_source_set.velxy; }
|
||||
SourceZ getVelZSource() const { return _active_source_set.velz; }
|
||||
void setVelZSource(SourceZ source) { _active_source_set.velz = source; }
|
||||
|
||||
// true/false of whether velocity source should be used
|
||||
bool useVelXYSource(SourceXY velxy_source) const;
|
||||
|
Loading…
Reference in New Issue
Block a user