mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: Remove pre-AFV methods
This commit is contained in:
@@ -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(); }
|
||||
|
||||
Reference in New Issue
Block a user