Revision: 56283
http://sourceforge.net/p/brlcad/code/56283
Author: brlcad
Date: 2013-07-28 14:37:25 +0000 (Sun, 28 Jul 2013)
Log Message:
-----------
remove dead code, can revisit later if/when this gets pushed up into the
primitives
Modified Paths:
--------------
brlcad/trunk/src/libdm/labels.c
Modified: brlcad/trunk/src/libdm/labels.c
===================================================================
--- brlcad/trunk/src/libdm/labels.c 2013-07-28 10:06:35 UTC (rev 56282)
+++ brlcad/trunk/src/libdm/labels.c 2013-07-28 14:37:25 UTC (rev 56283)
@@ -268,27 +268,6 @@
break;
case DB5_MINORTYPE_BRLCAD_NMG:
- /*XXX Needs work */
-#if 0
- /* New way only */
- {
- struct model *m =
- (struct model *) ip->idb_ptr;
- NMG_CK_MODEL(m);
-
- if (es_eu) {
- point_t cent;
- NMG_CK_EDGEUSE(es_eu);
- VADD2SCALE(cent,
- es_eu->vu_p->v_p->vg_p->coord,
- es_eu->eumate_p->vu_p->v_p->vg_p->coord,
- 0.5);
- MAT4X3PNT(pos_view, xform, cent);
- POINT_LABEL_STR(pos_view, " eu");
- }
- }
-#endif
-
break;
case DB5_MINORTYPE_BRLCAD_EBM:
break;
@@ -296,22 +275,7 @@
break;
case DB5_MINORTYPE_BRLCAD_ARBN:
break;
- case DB5_MINORTYPE_BRLCAD_PIPE: {
-#if 0
- struct rt_pipe_internal *pipe =
- (struct rt_pipe_internal *)ip->idb_ptr;
-
- RT_PIPE_CK_MAGIC(pipe);
-
- if (es_pipept) {
- BU_CKMAG(es_pipept, WDB_PIPESEG_MAGIC, "wdb_pipept");
-
- MAT4X3PNT(pos_view, xform, es_pipept->pp_coord);
- POINT_LABEL_STR(pos_view, "pt");
- }
-#endif
- }
-
+ case DB5_MINORTYPE_BRLCAD_PIPE:
break;
case DB5_MINORTYPE_BRLCAD_PARTICLE: {
struct rt_part_internal *part =
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits