Rollback invalid changes in downloader.

This commit is contained in:
vng 2011-12-05 17:38:57 +03:00 committed by Alex Zolotarev
parent d95bb9d05a
commit edfb0c0d5a

View file

@ -348,9 +348,6 @@ namespace storage
feature::DataHeader header;
LoadMapHeader(GetPlatform().GetReader(file), header);
m_updateRect(header.GetBounds());
/// erasing downloaded map from queue.
m_queue.pop_front();
}
m_request.reset();
DownloadNextCountryFromQueue();