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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-01-21 14:43:09 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:14:22 +0300
commitbd2c286e890a687393062d0f6b79789ff94ab20f (patch)
tree9624966072379db5f1d3b8fbbc86867bb1cf3556 /indexer/feature.hpp
parent9338907ae8f945fcdea04ce9d4dd958c2e7f7345 (diff)
Take streets into account.
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index 0a4486b779..be53c9e7ac 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -81,8 +81,6 @@ public:
};
*/
- inline StringUtf8Multilang const & GetNames() const { return m_params.name; }
-
template <class T>
inline bool ForEachName(T && fn) const
{