From 5b66d3f57fd0c99b690e1ef5b80e894b565cb953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 16 Aug 2010 09:33:45 +0000 Subject: [PATCH] comment unused private declaration of Line_face_circulator --- Alpha_shapes_2/include/CGAL/Alpha_shape_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alpha_shapes_2/include/CGAL/Alpha_shape_2.h b/Alpha_shapes_2/include/CGAL/Alpha_shape_2.h index e68ea4c16c2..dd3bdc34c31 100644 --- a/Alpha_shapes_2/include/CGAL/Alpha_shape_2.h +++ b/Alpha_shapes_2/include/CGAL/Alpha_shape_2.h @@ -663,7 +663,7 @@ private: Marked_face_set& marked_face_set, const Coord_type alpha) const; - class Line_face_circulator; +// class Line_face_circulator; //----------------------------------------------------------------------