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:
authorAlex Zolotarev <alex@maps.me>2015-01-16 22:34:19 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:17 +0300
commit670970b52b63bf744d56e0f7950da0a021affbc5 (patch)
treeed25670b050704f053b6218aa735bd95f1944b7d /map/country_tree.cpp
parent732cec0362396277bdadccae0da187b5e4f0f45e (diff)
Completely removed guides.
Diffstat (limited to 'map/country_tree.cpp')
-rw-r--r--map/country_tree.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/map/country_tree.cpp b/map/country_tree.cpp
index 7ee6ffa724..72e6d86557 100644
--- a/map/country_tree.cpp
+++ b/map/country_tree.cpp
@@ -156,12 +156,6 @@ TMapOptions CountryTree::GetLeafOptions(int position) const
return options;
}
-bool CountryTree::GetLeafGuideInfo(int position, guides::GuideInfo & info) const
-{
- ASSERT(IsLeaf(position), ());
- return GetActiveMapLayout().GetGuideInfo(GetChild(position), info);
-}
-
LocalAndRemoteSizeT const CountryTree::GetDownloadableLeafSize(int position) const
{
return GetActiveMapLayout().GetDownloadableCountrySize(GetChild(position));