Remove method as not used for FG

This commit is contained in:
Lars Toenning
2019-03-16 13:37:13 +01:00
committed by Mat Sutcliffe
parent 4b84dc6ff2
commit 3a44a729a1
2 changed files with 0 additions and 8 deletions

View File

@@ -38,11 +38,6 @@ namespace BlackSimPlugin
}
}
QString CFGSwiftBusServiceProxy::getVersionNumber()
{
return m_dbusInterface->callDBusRet<QString>(QLatin1String("getVersionNumber"));
}
void CFGSwiftBusServiceProxy::getOwnAircraftSituationData(FlightgearData *o_flightgearData)
{
QPointer<CFGSwiftBusServiceProxy> myself(this);