From 652670497ed8b8d81df20cb0c5ce58dffdc411c2 Mon Sep 17 00:00:00 2001 From: rachytski Date: Mon, 21 May 2012 22:43:00 +0400 Subject: [PATCH] removed unused imports. --- android/src/com/mapswithme/maps/MWMActivity.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/android/src/com/mapswithme/maps/MWMActivity.java b/android/src/com/mapswithme/maps/MWMActivity.java index b73a81d8f3..d1f071b96d 100644 --- a/android/src/com/mapswithme/maps/MWMActivity.java +++ b/android/src/com/mapswithme/maps/MWMActivity.java @@ -1,9 +1,5 @@ package com.mapswithme.maps; -import com.mapswithme.maps.R; -import com.mapswithme.maps.location.LocationService; -import com.nvidia.devtech.NvEventQueueActivity; - import android.app.Activity; import android.app.AlertDialog; import android.content.BroadcastReceiver;