From fe97d7b9707f26c384a6e9055590c65da129bdc0 Mon Sep 17 00:00:00 2001 From: cignoni Date: Sun, 13 Nov 2005 08:05:17 +0000 Subject: [PATCH] No more useful --- apps/trimeshinfo/trimeshtype.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 apps/trimeshinfo/trimeshtype.h diff --git a/apps/trimeshinfo/trimeshtype.h b/apps/trimeshinfo/trimeshtype.h deleted file mode 100644 index c5326dbf..00000000 --- a/apps/trimeshinfo/trimeshtype.h +++ /dev/null @@ -1,18 +0,0 @@ - -#ifndef _TRIMESHTYPE_H -#define _TRIMESHTYPE_H - -#include -#include - -using namespace std; -using namespace vcg; - -class CFace; -class CEdge; -class CVertex : public Vertex{}; -class CFace :public FaceAFAV{}; - -class CMesh: public tri::TriMesh< vector, vector >{}; - -#endif \ No newline at end of file