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 '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;