diff options
Diffstat (limited to 'qthelper.cpp')
-rw-r--r-- | qthelper.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qthelper.cpp b/qthelper.cpp index 350692cdb..20e4e2c1a 100644 --- a/qthelper.cpp +++ b/qthelper.cpp @@ -33,7 +33,6 @@ #include <QImageReader> #include <QtConcurrent> #include "divepicturewidget.h" -#include "subsurfacewebservices.h" #include "mainwindow.h" #include <libxslt/documents.h> @@ -1068,11 +1067,6 @@ extern "C" bool getProxyString(char **buffer) return false; } -extern "C" bool canReachCloudServer() -{ - return CheckCloudConnection::checkServer(); -} - extern "C" void subsurface_mkdir(const char *dir) { QDir directory; |