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:
authorvng <viktor.govako@gmail.com>2012-10-04 23:14:53 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:44:36 +0300
commit3c802db64e08cf380829c38328c4cef5dea3ccb0 (patch)
treee89d1933d2c728007b642516d30f695672456ad0 /indexer/feature_data.hpp
parent24846326eb32059b834ce2d8bae99f68485e149c (diff)
Full logging of FeatureBuilder1.
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index ffbe1fec9d..35b70c2a8c 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -186,11 +186,6 @@ public:
typedef vector<uint32_t> types_t;
types_t m_Types;
- FeatureParams(FeatureParamsBase const & rhs)
- : FeatureParamsBase(rhs)
- {
- m_geomTypes[0] = m_geomTypes[1] = m_geomTypes[2] = false;
- }
FeatureParams()
{
m_geomTypes[0] = m_geomTypes[1] = m_geomTypes[2] = false;