mirror of https://github.com/CGAL/cgal
remove old copy/paste
This commit is contained in:
parent
5f6dca4738
commit
5b3c3eaeba
|
|
@ -294,12 +294,6 @@ public:
|
|||
}
|
||||
|
||||
Polyhedral_envelope(Polyhedral_envelope<GeomTraits>&& other)
|
||||
: halfspace(other.halfspace)
|
||||
, bounding_boxes(other.bounding_boxes)
|
||||
, env_vertices(other.env_vertices)
|
||||
, env_faces(other.env_faces)
|
||||
, tree(other.tree)
|
||||
, oriented_side(other.oriented_side)
|
||||
{
|
||||
*this = std::move(other);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue