mobile: remove deleteGpsFix interface

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2021-09-11 16:44:45 -07:00
parent 094a3b01c8
commit f33c90ba6b
2 changed files with 0 additions and 6 deletions

View file

@ -1634,11 +1634,6 @@ int QMLManager::addDive()
return diveId;
}
void QMLManager::deleteGpsFix(quint64 when)
{
GpsLocation::instance()->deleteGpsFix(when);
}
QString QMLManager::logText() const
{
QString logText = m_logText + QString("\nNumer of GPS fixes: %1").arg(GpsLocation::instance()->getGpsNum());