remove unreferenced variable

This commit is contained in:
ganovelli 2008-11-12 16:01:11 +00:00
parent a5cbc8c7f8
commit c7e86ab57a
1 changed files with 5 additions and 5 deletions

View File

@ -105,7 +105,7 @@ namespace vcg
std::vector<typename TriMeshType::VertexPointer> vs;// vertices of the polygon
std::vector<typename TriMeshType::FacePointer> fs;// triangle faces corresponding to the polygon
int pvi = 0; // number of vertices of the polygon
// find a non tagged edge
int se = 0;
for(;se < 3;++se) if (!(*tfi).IsF(se)) break;