From fa08fad4770bc029e963ecd804562a2ddc92fee5 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 13 Apr 2004 18:47:10 +0000 Subject: [PATCH] removed unused vars --- Geo/CAD.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Geo/CAD.cpp b/Geo/CAD.cpp index 38251852a0..8cd0a3f2cf 100644 --- a/Geo/CAD.cpp +++ b/Geo/CAD.cpp @@ -1,4 +1,4 @@ -// $Id: CAD.cpp,v 1.73 2004-04-01 18:06:45 geuzaine Exp $ +// $Id: CAD.cpp,v 1.74 2004-04-13 18:47:10 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -1098,7 +1098,7 @@ int Extrude_ProtudePoint(int type, int ip, Curve ** pc, Curve ** prc, int final, ExtrudeParams * e) { - double xnew, ynew, znew, matrix[4][4], T[3], Ax[3], d; + double matrix[4][4], T[3], Ax[3], d; Vertex V, *pv, *newp, *chapeau; Curve *c; int i; -- GitLab