From e250a9888568063dffa613beae8b539096ef18a8 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 29 Sep 2004 21:08:25 +0000 Subject: [PATCH] removed obsolete comment --- Geo/CAD.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Geo/CAD.cpp b/Geo/CAD.cpp index 18d24a9631..21c95d46ef 100644 --- a/Geo/CAD.cpp +++ b/Geo/CAD.cpp @@ -1,4 +1,4 @@ -// $Id: CAD.cpp,v 1.78 2004-08-12 16:55:00 geuzaine Exp $ +// $Id: CAD.cpp,v 1.79 2004-09-29 21:08:25 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -400,8 +400,6 @@ void CopyShape(int Type, int Num, int *New) } } -// FIXME: we still need to actually free the entity! - void DeletePoint(int ip) { Vertex *v = FindPoint(ip, THEM); -- GitLab