From f75707881a28ace984db8d5e210054d40b21ddb1 Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Mon, 18 Feb 2019 12:11:06 +0300 Subject: [PATCH] [storage] Removed unused fields. --- storage/storage.hpp | 6 ------ 1 file changed, 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 m_localFilesForFakeCountries; - /// used to correctly calculate total country download progress with more than 1 file - /// - 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 m_statusCallbacks; - struct CountryObservers { ChangeCountryFunction m_changeCountryFn;