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;