remove old copy/paste

This commit is contained in:
Sébastien Loriot 2020-12-03 10:54:23 +01:00
parent 5f6dca4738
commit 5b3c3eaeba
1 changed files with 0 additions and 6 deletions

View File

@ -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);
}