From e6e357be9b37dbc4e6b435b8a2f1f34f9b85d287 Mon Sep 17 00:00:00 2001 From: Panagiotis Cheilaris Date: Sat, 23 Mar 2013 13:28:07 +0100 Subject: [PATCH] removal of a case that is already included Signed-off-by: Panagiotis Cheilaris --- .../Voronoi_vertex_sqrt_field_new_C2.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h index 813c4d0e2d8..c3891f99daf 100644 --- a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h +++ b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h @@ -2119,10 +2119,6 @@ private: Bounded_side bs = side_of_bounded_square(p.point(), q.point(), r.point(), t.point()); - if (bs != ON_BOUNDARY) { - return (bs == ON_UNBOUNDED_SIDE) ? POSITIVE : NEGATIVE; - } - switch(bs) { case ON_UNBOUNDED_SIDE: CGAL_SDG_DEBUG(std::cout