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,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<FaceType> he;
vcg::face::Pos<FaceType> hei;