mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #417 Remove ISimulator::asyncConnectTo() for x-plane
This commit is contained in:
committed by
Michal Garapich
parent
e3bb701d7b
commit
23761fad13
@@ -185,12 +185,6 @@ namespace BlackSimPlugin
|
||||
}
|
||||
}
|
||||
|
||||
void CSimulatorXPlane::asyncConnectTo()
|
||||
{
|
||||
// TODO
|
||||
connectTo();
|
||||
}
|
||||
|
||||
bool CSimulatorXPlane::disconnectFrom()
|
||||
{
|
||||
if (!this->isConnected()) { return true; } // avoid emit if already disconnected
|
||||
|
||||
Reference in New Issue
Block a user