Revision: 56277
          http://sourceforge.net/p/brlcad/code/56277
Author:   brlcad
Date:     2013-07-28 06:09:57 +0000 (Sun, 28 Jul 2013)
Log Message:
-----------
eliminate dead code

Modified Paths:
--------------
    brlcad/trunk/src/conv/asc/asc2dsp.c
    brlcad/trunk/src/conv/g-vrml.c

Modified: brlcad/trunk/src/conv/asc/asc2dsp.c
===================================================================
--- brlcad/trunk/src/conv/asc/asc2dsp.c 2013-07-28 06:08:04 UTC (rev 56276)
+++ brlcad/trunk/src/conv/asc/asc2dsp.c 2013-07-28 06:09:57 UTC (rev 56277)
@@ -86,11 +86,6 @@
     /* convert  to network order for the dsp */
     netshort = htons(hostshort);
 
-#if 0 /* keep this debuggery until peer review is passed satisfactorily */
-    /* debug */
-    fprintf(stderr, "DEBUG: buf = '%s', hostshort = %hu\n", buf, hostshort);
-#endif
-
     /* now output it */
     ret = fwrite(&netshort, sizeof(uint16_t), 1, fpo);
     if (UNLIKELY(ret != 1)) {

Modified: brlcad/trunk/src/conv/g-vrml.c
===================================================================
--- brlcad/trunk/src/conv/g-vrml.c      2013-07-28 06:08:04 UTC (rev 56276)
+++ brlcad/trunk/src/conv/g-vrml.c      2013-07-28 06:09:57 UTC (rev 56277)
@@ -1016,11 +1016,6 @@
                : thou == 7 ? fprintf(fp_out, "\t\t\tmaterial USE 
Material_7999\n")
                : thou == 8 ? fprintf(fp_out, "\t\t\tmaterial USE 
Material_8999\n")
                : fprintf(fp_out, "\t\t\tmaterial USE Material_9999\n");
-#if 0
-           fprintf(fp, "\t\t\t\tmaterial Material {\n");
-           fprintf(fp, "\t\t\t\t\tdiffuseColor %g %g %g \n", r, g, b);
-           fprintf(fp, "\t\t\t\t\tspecularColor %g %g %g \n\t\t\t\t}\n", 1.0, 
1.0, 1.0);
-#endif
        }
     }
 

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

Reply via email to