refs #417 Remove ISimulator::asyncConnectTo() for x-plane

This commit is contained in:
Michał Garapich
2015-05-24 11:28:46 +02:00
committed by Michal Garapich
parent e3bb701d7b
commit 23761fad13
4 changed files with 1 additions and 15 deletions

View File

@@ -185,12 +185,6 @@ namespace BlackSimPlugin
}
}
void CSimulatorXPlane::asyncConnectTo()
{
// TODO
connectTo();
}
bool CSimulatorXPlane::disconnectFrom()
{
if (!this->isConnected()) { return true; } // avoid emit if already disconnected