From d829ce7db6f91681aeeae25f795028c11ecb9b23 Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 11 Mar 2005 12:10:59 +0000 Subject: [PATCH] Removed wrong named vertex and face configuration files --- vcg/simplex/face/with/fa.h | 14 -------------- vcg/simplex/face/with/fafc.h | 16 ---------------- vcg/simplex/face/with/va.h | 14 -------------- vcg/simplex/vertex/with/ea.h | 23 ----------------------- 4 files changed, 67 deletions(-) delete mode 100644 vcg/simplex/face/with/fa.h delete mode 100644 vcg/simplex/face/with/fafc.h delete mode 100644 vcg/simplex/face/with/va.h delete mode 100644 vcg/simplex/vertex/with/ea.h diff --git a/vcg/simplex/face/with/fa.h b/vcg/simplex/face/with/fa.h deleted file mode 100644 index 3310b54f..00000000 --- a/vcg/simplex/face/with/fa.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef __VCGLIB_FACE_FA_TYPE -#define __VCGLIB_FACE_FA_TYPE - -#define FACE_TYPE FaceFA - -#define __VCGLIB_FACE_FA - -#include - -#undef FACE_TYPE - -#undef __VCGLIB_FACE_FA - -#endif diff --git a/vcg/simplex/face/with/fafc.h b/vcg/simplex/face/with/fafc.h deleted file mode 100644 index 21a13a94..00000000 --- a/vcg/simplex/face/with/fafc.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef __VCGLIB_FACE_FAFC_TYPE -#define __VCGLIB_FACE_FAFC_TYPE - -#define FACE_TYPE FaceFAFC - -#define __VCGLIB_FACE_FA -#define __VCGLIB_FACE_FC - -#include - -#undef FACE_TYPE - -#undef __VCGLIB_FACE_FA -#undef __VCGLIB_FACE_FC - -#endif diff --git a/vcg/simplex/face/with/va.h b/vcg/simplex/face/with/va.h deleted file mode 100644 index 64e23691..00000000 --- a/vcg/simplex/face/with/va.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef __VCGLIB_FACE_VA_TYPE -#define __VCGLIB_FACE_VA_TYPE - -#define FACE_TYPE FaceVA - -#define __VCGLIB_FACE_VA - -#include - -#undef FACE_TYPE - -#undef __VCGLIB_FACE_VA - -#endif diff --git a/vcg/simplex/vertex/with/ea.h b/vcg/simplex/vertex/with/ea.h deleted file mode 100644 index 26038494..00000000 --- a/vcg/simplex/vertex/with/ea.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef __VCGLIB_VERTEX__EA__TYPE -#define __VCGLIB_VERTEX__EA__TYPE - -#define VERTEX_TYPE VertexEA - -#define __VCGLIB_VERTEX_EA - -#include - -#undef VERTEX_TYPE -#undef __VCGLIB_VERTEX_EA - -namespace vcg { - -template < class VETYPE, class VFTYPE, class VTTYPE> -class VertexEAf : public VertexEA {}; - -template < class VETYPE, class VFTYPE, class VTTYPE> -class VertexEAd : public VertexEA {}; - -} - -#endif