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-03-03 04:13:29 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:36:15 +0300
commit54165b2adf30ee08717c1136ce83894f2325d5ca (patch)
tree73ca7ea45fa0bfe019214f27c3e053660d30c98d /indexer/features_vector.hpp
parent0af97743edc0e1f3deaab049c36b4a5f84145aff (diff)
[search] Add only categorized features to search index. Do not add some categories of features without names to search index.
Diffstat (limited to 'indexer/features_vector.hpp')
-rw-r--r--indexer/features_vector.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indexer/features_vector.hpp b/indexer/features_vector.hpp
index 92766a1e8a..c66bbd1bee 100644
--- a/indexer/features_vector.hpp
+++ b/indexer/features_vector.hpp
@@ -28,12 +28,6 @@ public:
m_RecordReader.ForEachRecord(DoGetFeatures<ToDo>(m_LoadInfo, toDo));
}
- inline serial::CodingParams const & GetCodingParams() const
- {
- return m_LoadInfo.GetDefCodingParams();
- }
- inline pair<int, int> GetScaleRange() const { return m_LoadInfo.GetScaleRange(); }
-
private:
template <class ToDo> class DoGetFeatures
{