From 48bca6288515c77ffaf3cf9ef3a1670b84434e42 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Fri, 1 Aug 2014 00:24:55 +0000 Subject: [PATCH] corrected some minor warning --- vcg/space/segment2.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/vcg/space/segment2.h b/vcg/space/segment2.h index 4a9ccc6b..3e439a86 100644 --- a/vcg/space/segment2.h +++ b/vcg/space/segment2.h @@ -172,8 +172,6 @@ public: { const Point2 fp = Point2::Construct(p); Point2 fq; - typename EdgeType::ScalarType md = (typename EdgeType::ScalarType)(minDist); - //const bool ret = PointDistanceEP(f, fp, md, fq); fq=ClosestPoint(e,fp); ScalarType currD = (ScalarType)(fp-fq).Norm();