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:
authorrachytski <siarhei.rachytski@gmail.com>2012-05-23 15:28:40 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:38:47 +0300
commit54b977a4d9827a1a968cfd648ed28b192657a2f3 (patch)
tree39fb783689281925b580effed6f880d65d296dbe /android
parent7b30d9864a6fbca7d4671e1711740480d30b6db0 (diff)
removed unnecessary code for partial and resume files deletion.
Diffstat (limited to 'android')
-rw-r--r--android/jni/com/mapswithme/maps/DownloadResourcesActivity.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/android/jni/com/mapswithme/maps/DownloadResourcesActivity.cpp b/android/jni/com/mapswithme/maps/DownloadResourcesActivity.cpp
index 4f9ae7eeff..2c04704006 100644
--- a/android/jni/com/mapswithme/maps/DownloadResourcesActivity.cpp
+++ b/android/jni/com/mapswithme/maps/DownloadResourcesActivity.cpp
@@ -155,10 +155,6 @@ extern "C"
{
FileToDownload & curFile = g_filesToDownload.back();
- /// cleaning up by ourselves
- FileWriter::DeleteFileX(curFile.m_pathOnSdcard + DOWNLOADING_FILE_EXTENSION);
- FileWriter::DeleteFileX(curFile.m_pathOnSdcard + RESUME_FILE_EXTENSION);
-
LOG(LDEBUG, ("finished downloading", curFile.m_fileName, "sized", curFile.m_fileSize, "bytes"));
g_totalDownloadedBytes += curFile.m_fileSize;