gps: remove unused member function

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-09-28 11:28:40 -07:00 committed by bstoeger
parent 2a3a58a3c7
commit 7547e90b41
2 changed files with 0 additions and 6 deletions

View file

@ -411,8 +411,3 @@ void GpsLocation::clearGpsData()
geoSettings->sync();
}
#endif
void GpsLocation::postError(QNetworkReply::NetworkError)
{
status(QStringLiteral("error when sending a GPS fix: %1").arg(reply->errorString()));
}