forked from organicmaps/organicmaps-tmp
[storage] Removed unused fields.
This commit is contained in:
parent
9814a280d6
commit
f75707881a
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue