From e66a97ffd018ae3e0ace08c42c924a5e4d4eb408 Mon Sep 17 00:00:00 2001 From: ponchio Date: Fri, 14 Jan 2005 15:49:42 +0000 Subject: [PATCH] VertRemap removed. --- apps/nexus/crudeview.cpp | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/apps/nexus/crudeview.cpp b/apps/nexus/crudeview.cpp index 1fbe8843..d0229af5 100644 --- a/apps/nexus/crudeview.cpp +++ b/apps/nexus/crudeview.cpp @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.6 2004/12/01 03:24:30 ponchio +Level 2. + Revision 1.5 2004/10/19 17:04:32 ponchio #include on the top @@ -66,7 +69,6 @@ using namespace std; #include #include -#include using namespace vcg; using namespace nxs; @@ -143,13 +145,6 @@ int main(int argc, char *argv[]) { cerr << "Face remap not found.\n"; } - /* VertRemap vert_remap; - if(vert_remap.Load(argv[1])) { - cerr << "Found vert remap.\n"; - vremap = true; - }*/ - - if(!init()) { cerr << "Could not init SDL window\n"; return -1;