refs #324 Remove timeout implementation from MSFS plugins

This commit is contained in:
Roland Winklmeier
2014-10-05 20:05:02 +02:00
parent 5fe4ea3039
commit faf931742a
5 changed files with 6 additions and 30 deletions

View File

@@ -65,9 +65,6 @@ namespace BlackSimPlugin
signals:
//! Client timed out
void clientTimedOut(const QString &callsign);
//! Client status changed
void statusChanged(const QString &callsign, BlackSimPlugin::Fs9::CFs9Client::ClientStatus);