remove a todo

if we unmark intersection edge inside a coplanar patch, we will have something
not consistant with what is done is corefine(). For now I keep it like this
This commit is contained in:
Sébastien Loriot 2016-12-05 11:12:47 +01:00
parent d70290962e
commit 56b8908dac
1 changed files with 0 additions and 4 deletions

View File

@ -439,10 +439,6 @@ public:
an_edge_per_polyline.erase(it_to_rm);
inter_edges_to_remove1.insert(edge(h1,tm1));
inter_edges_to_remove2.insert(edge(h2,tm2));
#ifdef CGAL_COREFINEMENT_DEBUG
/// \todo really??
#warning we need to have the EdgeMarkPropertyMap to unmark intersection hedge
#endif
}
else
++epp_it;