From 374db196f47f652bbde24e09db0cc6aeb0bcc31e Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 20 Aug 2001 08:06:47 +0000
Subject: [PATCH] unused NXL

---
 Mesh/3D_Extrude.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Mesh/3D_Extrude.cpp b/Mesh/3D_Extrude.cpp
index 0000821a5c..70aef1cf2c 100644
--- a/Mesh/3D_Extrude.cpp
+++ b/Mesh/3D_Extrude.cpp
@@ -1,4 +1,4 @@
-// $Id: 3D_Extrude.cpp,v 1.39 2001-08-17 11:58:05 geuzaine Exp $
+// $Id: 3D_Extrude.cpp,v 1.40 2001-08-20 08:06:47 geuzaine Exp $
 
 #include "Gmsh.h"
 #include "Numeric.h"
@@ -70,9 +70,7 @@ List_T* getnxl(Vertex *v, int dim){
   Curve *c;
   Surface *s;
   List_T *list;
-  nxl NXL;
 
-  NXL.Dim = dim;
   if(dim==1){
     if((list = getnxl(v, THEC)))
       return list;
-- 
GitLab