From e9f693a01b99a9f6a86a5e82458522b1b27b5ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 18 Jan 2022 11:27:29 +0100 Subject: [PATCH] Removed unused variable --- src/OpenMesh/Tools/Subdivider/Uniform/ModifiedButterFlyT.hh | 1 - 1 file changed, 1 deletion(-) 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);