diff --git a/Polyhedron/demo/Polyhedron/Plugins/PMP/Smoothing_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/PMP/Smoothing_plugin.cpp index 6ff563219d5..98c9059b02b 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/PMP/Smoothing_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/PMP/Smoothing_plugin.cpp @@ -107,9 +107,6 @@ public: void mark_border_vertices(const VCMap vcmap, const Face_graph& pmesh) const { - for(vertex_descriptor v : vertices(pmesh)) - put(vcmap, v, false); - for(halfedge_descriptor h : halfedges(pmesh)) { if(CGAL::is_border(h, pmesh))