Remove obsolete network connection checks

refs #869
This commit is contained in:
Roland Winklmeier
2017-02-15 15:12:10 +01:00
committed by Mathew Sutcliffe
parent 98b2061d3d
commit 7faffc520d
4 changed files with 0 additions and 51 deletions

View File

@@ -50,10 +50,6 @@ namespace BlackMisc
//! Default for timeout
static int getTimeoutMs();
//! Is a connected interface available?
//! \param withDebugOutput enables some debugging output
static bool hasConnectedInterface(bool withDebugOutput = false);
//! Can ping the address?
//! \note uses OS ping
static bool canPing(const QString &hostAddress);