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