From d89f934e3e9b4f56e87ff9ee8826ad2ae2225bcd Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 8 Aug 2014 22:06:12 +0000 Subject: [PATCH] Removed unused local variable. (harmless gcc warning) --- vcg/complex/algorithms/smooth.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vcg/complex/algorithms/smooth.h b/vcg/complex/algorithms/smooth.h index 845ea146..f67c9c05 100644 --- a/vcg/complex/algorithms/smooth.h +++ b/vcg/complex/algorithms/smooth.h @@ -909,7 +909,6 @@ static void FaceNormalLaplacianVF(MeshType &m) for(FaceIterator fi=m.face.begin();fi!=m.face.end();++fi) if(!(*fi).IsD()) { - CoordType bc=Barycenter(*fi); // 1) Clear all the visited flag of faces that are vertex-adjacent to fi for(int i=0;i<3;++i) {