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

@@ -118,12 +118,6 @@ namespace BlackCore
return CServerList();
}
CServerList CWebDataServices::getVatsimVoiceServers() const
{
if (m_vatsimDataFileReader) { return m_vatsimDataFileReader->getVoiceServers(); }
return CServerList();
}
CUrlList CWebDataServices::getVatsimMetarUrls() const
{
if (m_vatsimStatusReader) { return m_vatsimStatusReader->getMetarFileUrls(); }