refactor: Remove remaining ATC booking parts

Related to #252
This commit is contained in:
Lars Toenning
2024-01-30 10:49:08 +01:00
parent 975944a528
commit 9188a5857e
8 changed files with 3 additions and 58 deletions

View File

@@ -90,7 +90,6 @@ namespace BlackCore
connect(m_fsdClient, &CFSDClient::connectionStatusChanged, this, &CAirspaceMonitor::onConnectionStatusChanged);
connect(m_fsdClient, &CFSDClient::revbAircraftConfigReceived, this, &CAirspaceMonitor::onRevBAircraftConfigReceived);
// AutoConnection: this should also avoid race conditions by updating the bookings
Q_ASSERT_X(sApp && sApp->hasWebDataServices(), Q_FUNC_INFO, "Missing data reader");
if (this->supportsVatsimDataFile())