diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/ModifiedButterFlyT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/ModifiedButterFlyT.hh index 5a8dec53..870d3b0c 100644 --- a/src/OpenMesh/Tools/Subdivider/Uniform/ModifiedButterFlyT.hh +++ b/src/OpenMesh/Tools/Subdivider/Uniform/ModifiedButterFlyT.hh @@ -195,7 +195,6 @@ protected: { // This is an interpolating scheme, old vertices remain the same. - typename mesh_t::VertexIter initialVerticesEnd = _m.vertices_end(); for ( auto vh : _m.vertices()) _m.property( vp_pos_, vh ) = _m.point(vh);