From 87f4f3aca9457d144174619888da06001eb9c8fc Mon Sep 17 00:00:00 2001 From: vng Date: Mon, 26 Sep 2011 22:42:50 +0300 Subject: Make special simplification only for levels that >= scales::GetUpperWorldScale(). --- geometry/distance.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'geometry') 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::is_signed); public: - void SetEpsilon(double) {} - void SetBounds(PointT const & p0, PointT const & p1) { m_P0 = p0; -- cgit v1.2.3