mobile: remove clearGpsData interface

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2021-09-11 16:39:43 -07:00
parent ea751928aa
commit 3065eddbe1
2 changed files with 0 additions and 6 deletions

View file

@ -1654,11 +1654,6 @@ void QMLManager::applyGpsData()
changesNeedSaving();
}
void QMLManager::clearGpsData()
{
GpsLocation::instance()->clearGpsData();
}
void QMLManager::deleteGpsFix(quint64 when)
{
GpsLocation::instance()->deleteGpsFix(when);

View file

@ -215,7 +215,6 @@ public slots:
int addDive();
void applyGpsData();
void cancelDownloadDC();
void clearGpsData();
QString getCombinedLogs();
void copyAppLogToClipboard();
void copyGpsFixesToClipboard();