Removed unused variable

This commit is contained in:
Jan Möbius
2022-01-18 11:27:29 +01:00
parent a00fd54c2e
commit e9f693a01b

View File

@@ -195,7 +195,6 @@ protected:
{ {
// This is an interpolating scheme, old vertices remain the same. // This is an interpolating scheme, old vertices remain the same.
typename mesh_t::VertexIter initialVerticesEnd = _m.vertices_end();
for ( auto vh : _m.vertices()) for ( auto vh : _m.vertices())
_m.property( vp_pos_, vh ) = _m.point(vh); _m.property( vp_pos_, vh ) = _m.point(vh);