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

@@ -154,12 +154,6 @@ namespace BlackCore
//! Network accessible?
bool isNetworkAccessible() const;
//! Network connected (at startup time)
bool isNetworkConnected() const;
//! Network connected and also accessible
bool isNetworkConnectedAndAccessible() const;
//! Setup already synchronized
bool isSetupAvailable() const;