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:
authorAlex Zolotarev <alex@maps.me>2015-12-04 15:50:31 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:53 +0300
commitba9a128c59099c8fea04a2c8e7cca2c7519f6ecf (patch)
treec2015fb786e1882189f7875a39f238a1b220f84b /indexer/index.hpp
parent48d5b57ece38222e1f06045452e4270a3897d804 (diff)
Index::Removed unused ForEachFeature_TileDrawing().
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index cebbf0a5e1..ce87856c0f 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -214,13 +214,6 @@ public:
}
template <typename F>
- void ForEachInRect_TileDrawing(F & f, m2::RectD const & rect, uint32_t scale) const
- {
- ReadMWMFunctor<F> implFunctor(f);
- ForEachInIntervals(implFunctor, covering::LowLevelsOnly, rect, scale);
- }
-
- template <typename F>
void ForEachFeatureIDInRect(F & f, m2::RectD const & rect, uint32_t scale) const
{
ReadFeatureIndexFunctor<F> implFunctor(f);