optimize import
This commit is contained in:
parent
5a3cbc61b5
commit
91361c1dde
1 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ import java.util.Collections;
|
|||
import java.util.Comparator;
|
||||
import java.util.LinkedHashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import net.osmand.NativeLibrary;
|
||||
import net.osmand.PlatformUtil;
|
||||
|
@ -209,7 +208,6 @@ public class RoutePlannerFrontEnd {
|
|||
return res;
|
||||
}
|
||||
|
||||
|
||||
protected void makeStartEndPointsPrecise(List<RouteSegmentResult> res, LatLon start, LatLon end, List<LatLon> intermediates) {
|
||||
if (res.size() > 0) {
|
||||
updateResult(res.get(0), start, true);
|
||||
|
|
Loading…
Reference in a new issue