refactor: Remove aircraft highlighting/blinking functionality

This functionality was not documented. Further, this feature likely does
not work great in all simulators because adding and removing aircrafts
might take longer than a second.
This commit is contained in:
Lars Toenning
2024-03-14 22:47:56 +01:00
parent 748bfcdc15
commit 6cf9dfaecf
14 changed files with 3 additions and 155 deletions

View File

@@ -1852,7 +1852,6 @@ namespace BlackSimPlugin::FsxCommon
{
// make sure they are not added again
// cleaning here is somewhat redundant, but double checks
this->resetHighlighting();
m_addPendingAircraft.clear();
m_addAgainAircraftWhenRemoved.clear();