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:
Diffstat (limited to 'search/categories_cache.hpp')
-rw-r--r--search/categories_cache.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/search/categories_cache.hpp b/search/categories_cache.hpp
index 356ee2772d..64049e9a0c 100644
--- a/search/categories_cache.hpp
+++ b/search/categories_cache.hpp
@@ -27,11 +27,6 @@ public:
CBV Get(MwmContext const & context);
- inline bool HasCategory(strings::UniString const & category) const
- {
- return m_categories.HasKey(category);
- }
-
inline void Clear() { m_cache.clear(); }
private: