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>2011-10-26 14:10:54 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:26:53 +0300
commitb4d57fad501b83265e17a1a09a7994e802f0352e (patch)
tree68e856616276107c50071a8265a6e307ab11f07a /map/feature_vec_model.hpp
parent910e94c5377d3fb26751f35720af1f6a7563de56 (diff)
Don't make additional read of mwm header in app startup.
Diffstat (limited to 'map/feature_vec_model.hpp')
-rw-r--r--map/feature_vec_model.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/map/feature_vec_model.hpp b/map/feature_vec_model.hpp
index da62411b48..fcbf5136e6 100644
--- a/map/feature_vec_model.hpp
+++ b/map/feature_vec_model.hpp
@@ -62,8 +62,6 @@ namespace model
//@}
index_t const & GetIndex() const { return m_multiIndex; }
-
- void AddWorldRect(m2::RectD const & r) { m_rect.Add(r); }
m2::RectD GetWorldRect() const;
};
}