mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:47:03 +08:00
Remove method as not used for FG
This commit is contained in:
committed by
Mat Sutcliffe
parent
4b84dc6ff2
commit
3a44a729a1
@@ -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);
|
||||
|
||||
@@ -97,9 +97,6 @@ namespace BlackSimPlugin
|
||||
void airportsInRangeUpdated(const QStringList &icaoCodes, const QStringList &names, const QList<double> &lats, const QList<double> &lons, const QList<double> &alts);
|
||||
|
||||
public slots:
|
||||
//! Get FGSwiftBus version number
|
||||
QString getVersionNumber();
|
||||
|
||||
//! Get own aircraft situation data
|
||||
void getOwnAircraftSituationData(FlightgearData *o_flightgearData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user