Revision: 41158
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41158&view=rev
Author:   brlcad
Date:     2010-10-29 04:51:12 +0000 (Fri, 29 Oct 2010)

Log Message:
-----------
remove unused a, step, count, and res vars; and tol needs to be const.

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/nmg/nmg_tri_mc.c

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_tri_mc.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_tri_mc.c  2010-10-29 02:35:21 UTC 
(rev 41157)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_tri_mc.c  2010-10-29 04:51:12 UTC 
(rev 41158)
@@ -656,7 +656,7 @@
     struct shell *s;   /* where to put it. */
     double step;
     struct rt_i *rtip;
-    struct bn_tol *tol;
+    const struct bn_tol *tol;
     struct resource *resources;
     fastf_t endx, endy;
     unsigned long count;
@@ -731,11 +731,7 @@
 nmg_mc_evaluate (struct shell *s, struct rt_i *rtip, const struct db_full_path 
*pathp, const struct rt_tess_tol *ttol, const struct bn_tol *tol)
 {
     struct mci_s m;
-    struct application a;
-    fastf_t step = 0.0;
     int i;
-    int count = 0;
-    struct resource *res;
 
     m.s = s;
     m.rtip = rtip;


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

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to