From 9aa23c4f6c7ea6f4dce60eb7701eeae726af24ab Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 18 Mar 2010 10:03:31 +0000 Subject: [PATCH] removed harmless warnings --- vcg/complex/trimesh/clean.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/vcg/complex/trimesh/clean.h b/vcg/complex/trimesh/clean.h index 7eb3624d..21be8f7d 100644 --- a/vcg/complex/trimesh/clean.h +++ b/vcg/complex/trimesh/clean.h @@ -1038,10 +1038,8 @@ private: static int CountHoles( MeshType & m) { - int numholes=0; - int numholev=0; - int BEdges=0; - FaceIterator fi; + int numholev=0; + FaceIterator fi; FaceIterator gi; vcg::face::Pos he; vcg::face::Pos hei;