removed harmless warnings

This commit is contained in:
Paolo Cignoni 2010-03-18 10:03:31 +00:00
parent 335afeee7e
commit 9aa23c4f6c
1 changed files with 2 additions and 4 deletions

View File

@ -1038,9 +1038,7 @@ private:
static int CountHoles( MeshType & m) static int CountHoles( MeshType & m)
{ {
int numholes=0;
int numholev=0; int numholev=0;
int BEdges=0;
FaceIterator fi; FaceIterator fi;
FaceIterator gi; FaceIterator gi;
vcg::face::Pos<FaceType> he; vcg::face::Pos<FaceType> he;