diff --git a/Geo/CAD.cpp b/Geo/CAD.cpp index 18d24a96317f071b1e81b1ad8e8e2b743cdd78fa..21c95d46ef6ad384e36c131237264af4bec51bca 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);