From a857b72129514a9b2e757e35fcbceb6279e5dc13 Mon Sep 17 00:00:00 2001 From: Dante Russo Date: Mon, 23 Jun 2014 18:25:27 -0700 Subject: [PATCH] Add raw uncertainty to inject position api New qmi loc api v02 adds a raw uncertainty to the inject position api, which will be used by the geofence engine. Change-Id: I307619006c799c31121941ac5c11bf62f4691c86 CRs-fixed: 682963 --- loc_api/libloc_api_50001/loc.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/loc_api/libloc_api_50001/loc.cpp b/loc_api/libloc_api_50001/loc.cpp index 0a67477f..f9a2133a 100644 --- a/loc_api/libloc_api_50001/loc.cpp +++ b/loc_api/libloc_api_50001/loc.cpp @@ -540,11 +540,6 @@ static int loc_inject_location(double latitude, double longitude, float accuracy { ENTRY_LOG(); - if (accuracy < 1000) - { - accuracy = 1000; - } - int ret_val = 0; ret_val = loc_eng_inject_location(loc_afw_data, latitude, longitude, accuracy);