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.hpp
parente88138cc15fad660a70f06d48f9d3fb9f15d8948 (diff)
Do not render building feature if it is not a building part but has building parts.
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index 623a73636e..763d8eeca4 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -128,13 +128,6 @@ public:
uint32_t GetMainType() const { return m_types[0]; }
};
-class IsBuildingPartChecker : public BaseChecker
-{
- IsBuildingPartChecker();
-public:
- static IsBuildingPartChecker const & Instance();
-};
-
class IsBridgeChecker : public BaseChecker
{
virtual bool IsMatched(uint32_t type) const override;