From 9ebb1ef3eb68635bd6b80a32eeb58200727db734 Mon Sep 17 00:00:00 2001 From: PaulStets Date: Fri, 10 Aug 2018 10:20:34 +0300 Subject: [PATCH] Removed unused imports --- OsmAnd/src/net/osmand/plus/AppInitializer.java | 1 - .../net/osmand/plus/development/SettingsDevelopmentActivity.java | 1 - 2 files changed, 2 deletions(-) diff --git a/OsmAnd/src/net/osmand/plus/AppInitializer.java b/OsmAnd/src/net/osmand/plus/AppInitializer.java index 44fc86bb93..630296671d 100644 --- a/OsmAnd/src/net/osmand/plus/AppInitializer.java +++ b/OsmAnd/src/net/osmand/plus/AppInitializer.java @@ -29,7 +29,6 @@ import net.osmand.plus.activities.LocalIndexInfo; import net.osmand.plus.activities.SavingTrackHelper; import net.osmand.plus.base.MapViewTrackingUtilities; import net.osmand.plus.download.DownloadActivity; -import net.osmand.plus.download.DownloadOsmandIndexesHelper; import net.osmand.plus.download.ui.AbstractLoadLocalIndexTask; import net.osmand.plus.helpers.AvoidSpecificRoads; import net.osmand.plus.helpers.WaypointHelper; diff --git a/OsmAnd/src/net/osmand/plus/development/SettingsDevelopmentActivity.java b/OsmAnd/src/net/osmand/plus/development/SettingsDevelopmentActivity.java index 9fbc4819f0..6b18844ad7 100644 --- a/OsmAnd/src/net/osmand/plus/development/SettingsDevelopmentActivity.java +++ b/OsmAnd/src/net/osmand/plus/development/SettingsDevelopmentActivity.java @@ -14,7 +14,6 @@ import android.preference.PreferenceScreen; import android.support.v7.app.AlertDialog; import android.view.View; -import net.osmand.IProgress; import net.osmand.StateChangedListener; import net.osmand.plus.ApplicationMode; import net.osmand.plus.OsmAndLocationSimulation;