mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
refactor: Remove pre-AFV methods
This commit is contained in:
@@ -164,11 +164,6 @@ namespace BlackCore::Context
|
||||
return m_dBusInterface->callDBusRet<BlackMisc::Network::CServerList>(QLatin1String("getVatsimFsdServers"));
|
||||
}
|
||||
|
||||
CServerList CContextNetworkProxy::getVatsimVoiceServers() const
|
||||
{
|
||||
return m_dBusInterface->callDBusRet<BlackMisc::Network::CServerList>(QLatin1String("getVatsimVoiceServers"));
|
||||
}
|
||||
|
||||
CClientList CContextNetworkProxy::getClientsForCallsigns(const BlackMisc::Aviation::CCallsignSet &callsigns) const
|
||||
{
|
||||
return m_dBusInterface->callDBusRet<BlackMisc::Network::CClientList>(QLatin1String("getClientsForCallsigns"), callsigns);
|
||||
|
||||
Reference in New Issue
Block a user