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-09-26 23:42:50 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:24:28 +0300
commit87f4f3aca9457d144174619888da06001eb9c8fc (patch)
tree5309b70cc79a9c9e3c8995cb5d09fd6b9a2e074c /geometry
parent7a767d18a868f5abdc8634e1e073df80cc911d74 (diff)
Make special simplification only for levels that >= scales::GetUpperWorldScale().
Diffstat (limited to 'geometry')
-rw-r--r--geometry/distance.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/geometry/distance.hpp b/geometry/distance.hpp
index b4097851c3..45efe20b97 100644
--- a/geometry/distance.hpp
+++ b/geometry/distance.hpp
@@ -17,8 +17,6 @@ private:
STATIC_ASSERT(numeric_limits<typename PointT::value_type>::is_signed);
public:
- void SetEpsilon(double) {}
-
void SetBounds(PointT const & p0, PointT const & p1)
{
m_P0 = p0;