Revision: 45538
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45538&view=rev
Author:   erikgreenwald
Date:     2011-07-19 13:20:33 +0000 (Tue, 19 Jul 2011)

Log Message:
-----------
#if0 some unused funcs marked HIDDEN, causes compile failure when debugging is 
disabled

Modified Paths:
--------------
    brlcad/trunk/src/libged/edit.c

Modified: brlcad/trunk/src/libged/edit.c
===================================================================
--- brlcad/trunk/src/libged/edit.c      2011-07-19 02:17:15 UTC (rev 45537)
+++ brlcad/trunk/src/libged/edit.c      2011-07-19 13:20:33 UTC (rev 45538)
@@ -949,6 +949,7 @@
     } scale;
 };
 
+#if 0 /* unused */
 /**
  * Initialize a node.
  */
@@ -1019,6 +1020,7 @@
     bu_free(old_head, "edit_arg");
     return head;
 }
+#endif
 
 /**
  * Free an argument node and all nodes down its list.
@@ -1034,6 +1036,7 @@
 /**
  * Free any dynamically allocated arg that may exist
  */
+#if 0 /* unused */
 HIDDEN void
 edit_cmd_free(union edit_cmd *args)
 {
@@ -1041,6 +1044,7 @@
     if (args->common.objects.next)
        edit_arg_free_all(args->common.objects.next);
 }
+#endif
 
 #if 0
 int


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to