refs #420, refs #417, removes canConnect as it is not consumed, just generated.

This commit is contained in:
Klaus Basan
2015-05-17 20:24:05 +02:00
parent 0ea07e28e0
commit e53395412a
6 changed files with 0 additions and 30 deletions

View File

@@ -219,10 +219,6 @@ namespace BlackCore
//! Remove all remote aircraft
virtual void physicallyRemoveAllRemoteAircraft() = 0;
//! Can we connect?
//! \todo Do we really need this function? Currently made protected, as
virtual bool canConnect() const = 0;
//! Emit the combined status
//! \sa simulatorStatusChanged;
void emitSimulatorCombinedStatus();