Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'platform/platform_android.cpp')
-rw-r--r--platform/platform_android.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/platform_android.cpp b/platform/platform_android.cpp
index 296d36ec99..475a665834 100644
--- a/platform/platform_android.cpp
+++ b/platform/platform_android.cpp
@@ -42,7 +42,6 @@ bool IsResource(string const & file, string const & ext)
if (ext == DATA_FILE_EXTENSION)
{
return (strings::StartsWith(file, WORLD_COASTS_FILE_NAME) ||
- strings::StartsWith(file, WORLD_COASTS_OBSOLETE_FILE_NAME) ||
strings::StartsWith(file, WORLD_FILE_NAME));
}
else if (ext == BOOKMARKS_FILE_EXTENSION ||