diff options
Diffstat (limited to 'qt-mobile/qmlmanager.cpp')
-rw-r--r-- | qt-mobile/qmlmanager.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp index 301a02ce1..a3506ce4d 100644 --- a/qt-mobile/qmlmanager.cpp +++ b/qt-mobile/qmlmanager.cpp @@ -969,13 +969,6 @@ void QMLManager::showMap(const QString& location) } } -#define MOBILEUSERMANUAL QUrl(QLatin1Literal("https://subsurface-divelog.org/documentation/subsurface-mobile-user-manual/")) - -void QMLManager::showUserManual() -{ - QDesktopServices::openUrl(MOBILEUSERMANUAL); -} - // where in the QML dive list is that dive? int QMLManager::getIndex(const QString &diveId) { |