From d38b6b4a321f63bf92bcb6a61dbb4daabbc365d1 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Wed, 28 Nov 2018 18:57:47 +0100 Subject: [PATCH] harmless warnings --- vcg/complex/algorithms/create/zonohedron.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vcg/complex/algorithms/create/zonohedron.h b/vcg/complex/algorithms/create/zonohedron.h index b4d79df6..fcc4be54 100644 --- a/vcg/complex/algorithms/create/zonohedron.h +++ b/vcg/complex/algorithms/create/zonohedron.h @@ -261,11 +261,9 @@ template template void Zonohedron::createMesh(MeshType &m){ typedef MeshType Mesh; - typedef typename Mesh::VertexPointer MeshVertexPointer; typedef typename Mesh::VertexIterator MeshVertexIterator; typedef typename Mesh::FaceIterator MeshFaceIterator; - typedef typename Mesh::FaceType MeshFace; - + createInternalMesh(); m.Clear();