diff options
Diffstat (limited to 'core/gpslocation.cpp')
-rw-r--r-- | core/gpslocation.cpp | 5 |
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())); -} |