aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r--mobile-widgets/qmlmanager.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index 8ee5d8353..e218f280c 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -1634,16 +1634,6 @@ int QMLManager::addDive()
return diveId;
}
-void QMLManager::applyGpsData()
-{
- appendTextToLog("Applying GPS fiexs");
- std::vector<DiveAndLocation> fixes = GpsLocation::instance()->getLocations();
- Command::applyGPSFixes(fixes);
- appendTextToLog(QString("Attached %1 GPS fixes").arg(fixes.size()));
- if (fixes.size())
- changesNeedSaving();
-}
-
void QMLManager::deleteGpsFix(quint64 when)
{
GpsLocation::instance()->deleteGpsFix(when);