From c7e86ab57a57abae78e70b882c59d408d49c748a Mon Sep 17 00:00:00 2001 From: ganovelli Date: Wed, 12 Nov 2008 16:01:11 +0000 Subject: [PATCH] remove unreferenced variable --- vcg/complex/trimesh/polygon_support.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vcg/complex/trimesh/polygon_support.h b/vcg/complex/trimesh/polygon_support.h index ecf690f0..387cf2e2 100644 --- a/vcg/complex/trimesh/polygon_support.h +++ b/vcg/complex/trimesh/polygon_support.h @@ -32,10 +32,10 @@ namespace vcg { namespace tri{ - /// \ingroup trimesh - - /// \headerfile polygon_support.h vcg/complex/trimesh/polygon_support.h - + /// \ingroup trimesh + + /// \headerfile polygon_support.h vcg/complex/trimesh/polygon_support.h + /// \brief This class is used convert between polygonal meshes and triangular meshes /** @@ -105,7 +105,7 @@ namespace vcg std::vector vs;// vertices of the polygon std::vector 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;