From 6137d15e7e2e477a10277bf6fabe06663d16eb0d Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 9 Sep 2004 12:51:01 +0000 Subject: [PATCH] removed --- vcg/simplex/vertex/with/afvnvm.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 vcg/simplex/vertex/with/afvnvm.h diff --git a/vcg/simplex/vertex/with/afvnvm.h b/vcg/simplex/vertex/with/afvnvm.h deleted file mode 100644 index a4eb1d30..00000000 --- a/vcg/simplex/vertex/with/afvnvm.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef __VCGLIB_VERTEX__AFVNVM__TYPE -#define __VCGLIB_VERTEX__AFVNVM__TYPE - - -#define VERTEX_TYPE VertexAFVNVM - -#define __VCGLIB_VERTEX_AF -#define __VCGLIB_VERTEX_VM -#define __VCGLIB_VERTEX_VN - - -#include - - -#undef VERTEX_TYPE -#undef __VCGLIB_VERTEX_AF -#undef __VCGLIB_VERTEX_VM -#undef __VCGLIB_VERTEX_VN - - -namespace vcg { - -template < class VETYPE, class VFTYPE, class VTTYPE> -class VertexAFVNVMf : public VertexAFVNVM {}; - -template < class VETYPE, class VFTYPE, class VTTYPE> -class VertexAFVNVMd : public VertexAFVNVM {}; - -} - -#endif \ No newline at end of file