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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2016-07-20 11:44:14 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-03-27 21:42:22 +0300
commit2a54f6221e5de99a505ded9c5eb75de56995a092 (patch)
treee595fa17776aae209f29390559a524e829ae978b /indexer/ftypes_matcher.cpp
parente88138cc15fad660a70f06d48f9d3fb9f15d8948 (diff)
Do not render building feature if it is not a building part but has building parts.
Diffstat (limited to 'indexer/ftypes_matcher.cpp')
-rw-r--r--indexer/ftypes_matcher.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/indexer/ftypes_matcher.cpp b/indexer/ftypes_matcher.cpp
index 27980c346d..30718a76ae 100644
--- a/indexer/ftypes_matcher.cpp
+++ b/indexer/ftypes_matcher.cpp
@@ -326,17 +326,6 @@ IsBuildingChecker const & IsBuildingChecker::Instance()
return inst;
}
-IsBuildingPartChecker::IsBuildingPartChecker() : BaseChecker(1 /* level */)
-{
- m_types.push_back(classif().GetTypeByPath({"building:part"}));
-}
-
-IsBuildingPartChecker const & IsBuildingPartChecker::Instance()
-{
- static IsBuildingPartChecker const inst;
- return inst;
-}
-
IsBridgeChecker::IsBridgeChecker() : BaseChecker(3 /* level */) {}
IsBridgeChecker const & IsBridgeChecker::Instance()
{