AntennaTracker: remove unused compass_init_location state

This commit is contained in:
Peter Barker 2020-02-15 00:37:47 +11:00 committed by Andrew Tridgell
parent 87a31c6409
commit 465bde5339
1 changed files with 0 additions and 3 deletions

View File

@ -161,9 +161,6 @@ private:
static const AP_Param::Info var_info[];
static const struct LogStructure log_structure[];
// true if the compass's initial location has been set
bool compass_init_location;
// Tracker.cpp
void get_scheduler_tasks(const AP_Scheduler::Task *&tasks,
uint8_t &task_count,