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
path: root/map
diff options
context:
space:
mode:
authorAlexander Marchuk <alexm@maps.me>2016-02-11 19:08:42 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:22:23 +0300
commite326fa85308b97dbcba7bc0ca3d0fdd03c1939e7 (patch)
tree834e0f889f46cb65fa68a40fe5163cabb6eb97ca /map
parent7e64a137aa05e1646dbea0140a0f6321b2c7544c (diff)
[new downloader][android] fix: Restored last country changed subscription.
Diffstat (limited to 'map')
-rw-r--r--map/framework.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/map/framework.hpp b/map/framework.hpp
index 0d729e1725..07fd59958a 100644
--- a/map/framework.hpp
+++ b/map/framework.hpp
@@ -120,7 +120,6 @@ protected:
double m_startForegroundTime;
storage::Storage m_storage;
- bool m_autoDownloadingOn = true;
location::TMyPositionModeChanged m_myPositionListener;