remove an unused and buggy method

This commit is contained in:
Laurent Rineau 2006-04-06 11:52:05 +00:00
parent 45465d545e
commit fa41f8dc68
1 changed files with 0 additions and 4 deletions

View File

@ -64,10 +64,6 @@ namespace CGAL {
mutable bool bad_edges_initialized;
protected:
bool is_in_complex(const C2t3& c, const Facet& f) const {
return (c.face_type(f) != C2t3::NOT_IN_COMPLEX);
}
// computes and return an ordered pair of Vertex
EdgeVV make_edgevv(const Vertex_handle vh1,
const Vertex_handle vh2) const {