mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
mobile: remove clearGpsData interface
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ea751928aa
commit
3065eddbe1
2 changed files with 0 additions and 6 deletions
|
@ -1654,11 +1654,6 @@ void QMLManager::applyGpsData()
|
|||
changesNeedSaving();
|
||||
}
|
||||
|
||||
void QMLManager::clearGpsData()
|
||||
{
|
||||
GpsLocation::instance()->clearGpsData();
|
||||
}
|
||||
|
||||
void QMLManager::deleteGpsFix(quint64 when)
|
||||
{
|
||||
GpsLocation::instance()->deleteGpsFix(when);
|
||||
|
|
|
@ -215,7 +215,6 @@ public slots:
|
|||
int addDive();
|
||||
void applyGpsData();
|
||||
void cancelDownloadDC();
|
||||
void clearGpsData();
|
||||
QString getCombinedLogs();
|
||||
void copyAppLogToClipboard();
|
||||
void copyGpsFixesToClipboard();
|
||||
|
|
Loading…
Reference in a new issue