summaryrefslogtreecommitdiffstats
path: root/core/gpslocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/gpslocation.cpp')
-rw-r--r--core/gpslocation.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/gpslocation.cpp b/core/gpslocation.cpp
index e7a4b5d8f..fd598683f 100644
--- a/core/gpslocation.cpp
+++ b/core/gpslocation.cpp
@@ -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()));
-}