Revision: 42304
http://brlcad.svn.sourceforge.net/brlcad/?rev=42304&view=rev
Author: brlcad
Date: 2011-01-15 15:50:43 +0000 (Sat, 15 Jan 2011)
Log Message:
-----------
dead code can be eliminated. revision control has our back.
Modified Paths:
--------------
brlcad/trunk/src/burst/Hm.c
Modified: brlcad/trunk/src/burst/Hm.c
===================================================================
--- brlcad/trunk/src/burst/Hm.c 2011-01-15 13:50:17 UTC (rev 42303)
+++ brlcad/trunk/src/burst/Hm.c 2011-01-15 15:50:43 UTC (rev 42304)
@@ -199,23 +199,6 @@
/*
- void HmPrntLList(HmLList *listp) (DEBUG)
-
- Print all HmItem's in listp.
-*/
-/*
-static void
-HmPrntLList(HmLList *listp)
-{
- if (listp == (HmLList *) NULL)
- return;
- HmPrntItem(listp->itemp);
- HmPrntLList(listp->next);
- return;
-}
-*/
-
-/*
void HmFreeItems(Hmitem *itemp)
Free storage (allocated with malloc) for an array of HmItem's.
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits