Removed unused imports

This commit is contained in:
PaulStets 2018-08-10 10:20:34 +03:00
parent 0935f2b465
commit 9ebb1ef3eb
2 changed files with 0 additions and 2 deletions

View file

@ -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;

View file

@ -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;