Revision: 76637
          http://sourceforge.net/p/brlcad/code/76637
Author:   starseeker
Date:     2020-08-01 23:18:23 +0000 (Sat, 01 Aug 2020)
Log Message:
-----------
Don't appear to be using the bu_list in struct ged

Modified Paths:
--------------
    brlcad/branches/bioh/include/ged/defines.h
    brlcad/branches/bioh/src/libged/ged.c

Modified: brlcad/branches/bioh/include/ged/defines.h
===================================================================
--- brlcad/branches/bioh/include/ged/defines.h  2020-08-01 23:15:16 UTC (rev 
76636)
+++ brlcad/branches/bioh/include/ged/defines.h  2020-08-01 23:18:23 UTC (rev 
76637)
@@ -188,7 +188,6 @@
 struct ged_results;
 
 struct ged {
-    struct bu_list             l;
     struct bu_vls               go_name;
     struct rt_wdb              *ged_wdbp;
 

Modified: brlcad/branches/bioh/src/libged/ged.c
===================================================================
--- brlcad/branches/bioh/src/libged/ged.c       2020-08-01 23:15:16 UTC (rev 
76636)
+++ brlcad/branches/bioh/src/libged/ged.c       2020-08-01 23:18:23 UTC (rev 
76637)
@@ -226,7 +226,6 @@
     if (gedp == GED_NULL)
        return;
 
-    BU_LIST_INIT(&gedp->l);
     gedp->ged_wdbp = RT_WDB_NULL;
 
     // TODO - rename to ged_name

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to