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:
authorArsentiy Milchakov <a.milchakov@corp.mail.ru>2016-08-22 12:16:41 +0300
committerArsentiy Milchakov <a.milchakov@corp.mail.ru>2016-08-22 12:16:41 +0300
commitc0602426408bf5aaa1717af437d3978b88a93649 (patch)
tree49fbe2ec267161e6accd880e08c3e465b3377baa /indexer/feature_data.hpp
parent3ba6b9bde02d4ae0b0ac35984ab95615541bc9e3 (diff)
review fixes
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 a44fde1b6f..3aae88d45d 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -73,11 +73,6 @@ namespace feature
m_types[m_size++] = type;
}
- inline void operator() (uint32_t type)
- {
- Add(type);
- }
-
/// @name Selectors.
//@{
inline EGeomType GetGeoType() const { return m_geoType; }