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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2019-02-18 12:11:06 +0300
committerVladiMihaylenko <vxmihaylenko@gmail.com>2019-02-18 12:11:06 +0300
commitf75707881a28ace984db8d5e210054d40b21ddb1 (patch)
treec5ae8dfb0cb4bef286f3ce7a7e4f93829aed90f9 /storage
parent9814a280d6a98a194fbf2b251937cfe373b55234 (diff)
[storage] Removed unused fields.
Diffstat (limited to 'storage')
-rw-r--r--storage/storage.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/storage/storage.hpp b/storage/storage.hpp
index 32769ae202..3424be9269 100644
--- a/storage/storage.hpp
+++ b/storage/storage.hpp
@@ -195,10 +195,6 @@ private:
// folder.
std::map<platform::CountryFile, LocalFilePtr> m_localFilesForFakeCountries;
- /// used to correctly calculate total country download progress with more than 1 file
- /// <current, total>
- MapFilesDownloader::Progress m_countryProgress;
-
// Used to cancel an ongoing diff application.
// |m_diffsCancellable| is reset every time when a task to apply a diff is posted.
// We use the fact that at most one diff is being applied at a time and the
@@ -215,8 +211,6 @@ private:
int m_currentSlotId;
- std::list<StatusCallback> m_statusCallbacks;
-
struct CountryObservers
{
ChangeCountryFunction m_changeCountryFn;