removed harmless gcc warning

This commit is contained in:
Paolo Cignoni 2013-01-02 09:24:22 +00:00
parent 1991e2e74f
commit fba830b353
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ void CreaseCut(MESH_TYPE &m, float angleRad)
tri::UpdateFlags<MESH_TYPE>::VertexClearV(m);
std::vector<int> indVec(m.fn*3,-1);
int newVertexCounter=m.vn;
int creaseCounter=0;
int startVn=m.vn;
FaceIterator fi;
//const FaceType * nextf;