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