Revision: 76634
          http://sourceforge.net/p/brlcad/code/76634
Author:   starseeker
Date:     2020-08-01 20:49:32 +0000 (Sat, 01 Aug 2020)
Log Message:
-----------
Remove bu_list from bview struct

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

Modified: brlcad/branches/bioh/include/dm/bview.h
===================================================================
--- brlcad/branches/bioh/include/dm/bview.h     2020-08-01 20:46:02 UTC (rev 
76633)
+++ brlcad/branches/bioh/include/dm/bview.h     2020-08-01 20:49:32 UTC (rev 
76634)
@@ -196,7 +196,6 @@
 };
 
 struct bview {
-    struct bu_list              l;
     struct bu_vls               gv_name;
     fastf_t                     gv_scale;
     fastf_t                     gv_size;                /**< @brief  2.0 * 
scale */

Modified: brlcad/branches/bioh/src/libged/ged.c
===================================================================
--- brlcad/branches/bioh/src/libged/ged.c       2020-08-01 20:46:02 UTC (rev 
76633)
+++ brlcad/branches/bioh/src/libged/ged.c       2020-08-01 20:49:32 UTC (rev 
76634)
@@ -167,7 +167,6 @@
     struct bview *gdvp;
     for (size_t i = 0; i < BU_PTBL_LEN(&gedp->ged_views); i++) {
        gdvp = (struct bview *)BU_PTBL_GET(&gedp->ged_views, i);
-       BU_LIST_DEQUEUE(&(gdvp->l));
        bu_vls_free(&gdvp->gv_name);
        bu_ptbl_free(gdvp->callbacks);
        BU_PUT(gdvp->callbacks, struct bu_ptbl);

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