Fix Seam_mesh

This commit is contained in:
Andreas Fabri 2019-01-15 17:59:03 +01:00
parent 380cffffb1
commit 53816ffc2c
1 changed files with 0 additions and 4 deletions

View File

@ -299,10 +299,6 @@ public:
: hd(h)
{ }
vertex_descriptor(const vertex_descriptor& other)
: hd(other.hd)
{ }
bool operator==(const vertex_descriptor& other) const
{
return (hd == other.hd);