From c41d5aa60fcd5a787922d70da74a6e162c6d8048 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sat, 10 Jan 2015 09:08:17 +0100 Subject: [PATCH] remove unused import Remove unused import to have no warnings in the IDE. --- lib/src/com/mapswithme/maps/api/MWMResponse.java | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/com/mapswithme/maps/api/MWMResponse.java b/lib/src/com/mapswithme/maps/api/MWMResponse.java index 2e3db84..e2d865e 100644 --- a/lib/src/com/mapswithme/maps/api/MWMResponse.java +++ b/lib/src/com/mapswithme/maps/api/MWMResponse.java @@ -22,7 +22,6 @@ ******************************************************************************/ package com.mapswithme.maps.api; -import android.app.DownloadManager.Request; import android.content.Context; import android.content.Intent;