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:
authorYuri Gorshenin <y@maps.me>2015-07-01 18:49:50 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:53:34 +0300
commit21286b71c1fc3ac339eb490397c7f84bba80d922 (patch)
tree3c87c45fc306a395c4bf2858db658220f0a7b285 /indexer/index.cpp
parent54e5990c7e4c65b0749c21ce4fe3866909a29668 (diff)
[indexer, storage, framework] DeleteAllMaps() method is replaced by Clear().
Diffstat (limited to 'indexer/index.cpp')
-rw-r--r--indexer/index.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/indexer/index.cpp b/indexer/index.cpp
index 12d0a02fe7..ef6330198c 100644
--- a/indexer/index.cpp
+++ b/indexer/index.cpp
@@ -49,15 +49,6 @@ MwmSet::TMwmValueBasePtr Index::CreateValue(LocalCountryFile const & localFile)
return p;
}
-Index::Index()
-{
-}
-
-Index::~Index()
-{
- Cleanup();
-}
-
pair<MwmSet::MwmLock, bool> Index::RegisterMap(LocalCountryFile const & localFile)
{
pair<MwmSet::MwmLock, bool> result = Register(localFile);