From d77a9f71179c32b1dd87ed19ac5266395aa7fbcf Mon Sep 17 00:00:00 2001 From: PaulStets Date: Sun, 6 May 2018 13:12:31 +0300 Subject: [PATCH] Removed unused lines --- .../src/net/osmand/plus/wikivoyage/WikivoyageWebViewClient.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/OsmAnd/src/net/osmand/plus/wikivoyage/WikivoyageWebViewClient.java b/OsmAnd/src/net/osmand/plus/wikivoyage/WikivoyageWebViewClient.java index ee56df1d8f..0a99ce7a05 100644 --- a/OsmAnd/src/net/osmand/plus/wikivoyage/WikivoyageWebViewClient.java +++ b/OsmAnd/src/net/osmand/plus/wikivoyage/WikivoyageWebViewClient.java @@ -18,7 +18,6 @@ import android.webkit.WebViewClient; import net.osmand.binary.BinaryMapDataObject; import net.osmand.data.Amenity; -import net.osmand.data.LatLon; import net.osmand.data.PointDescription; import net.osmand.map.OsmandRegions; import net.osmand.plus.GPXUtilities; @@ -55,7 +54,6 @@ interface RegionCallback { public class WikivoyageWebViewClient extends WebViewClient implements RegionCallback { private static final String TAG = WikivoyageWebViewClient.class.getSimpleName(); - public static final int COUNTRY_LEVEL = 2; private OsmandApplication app; private FragmentManager fragmentManager;