From 07ab76d93e00cffc100086a86a4f90d9dc7060af Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 7 May 2014 09:22:53 +0000 Subject: [PATCH] removed unused variables --- vcg/complex/algorithms/create/platonic.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vcg/complex/algorithms/create/platonic.h b/vcg/complex/algorithms/create/platonic.h index 2beeefa3..4202b673 100644 --- a/vcg/complex/algorithms/create/platonic.h +++ b/vcg/complex/algorithms/create/platonic.h @@ -573,10 +573,6 @@ void Build( MeshType & in, const V & v, const F & f) Allocator::AddVertices(in,v.size()); Allocator::AddFaces(in,f.size()); - typename V::const_iterator vi; - - typename MeshType::VertexType tv; - for(size_t i=0;i