GCS_MVALink: remove virtual from send_simstate

No longer overridden by anyone
This commit is contained in:
Peter Barker 2021-08-06 14:35:24 +10:00 committed by Andrew Tridgell
parent 5dab6b7275
commit 784c56f6d0
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ public:
void send_scaled_pressure2();
virtual void send_scaled_pressure3(); // allow sub to override this
void send_sensor_offsets();
virtual void send_simstate() const;
void send_simstate() const;
void send_sim_state() const;
void send_ahrs();
void send_battery2();