refactor: Remove pre-AFV methods

This commit is contained in:
Lars Toenning
2024-02-18 16:00:48 +01:00
parent 5f7c3efdb2
commit 8ecc680dfd
8 changed files with 0 additions and 38 deletions

View File

@@ -217,9 +217,6 @@ namespace BlackCore::Context
//! Set client for given callsign
virtual bool setOtherClient(const BlackMisc::Network::CClient &client) = 0;
//! Known voice servers, available when data file was first read
virtual BlackMisc::Network::CServerList getVatsimVoiceServers() const = 0;
//! Known FSD servers, available when data file was first read
virtual BlackMisc::Network::CServerList getVatsimFsdServers() const = 0;