Revision: 41012
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41012&view=rev
Author:   r_weiss
Date:     2010-10-15 22:13:52 +0000 (Fri, 15 Oct 2010)

Log Message:
-----------
In function bn_coplanar, removed unused variable. 

Modified Paths:
--------------
    brlcad/trunk/src/libbn/plane.c

Modified: brlcad/trunk/src/libbn/plane.c
===================================================================
--- brlcad/trunk/src/libbn/plane.c      2010-10-15 22:03:32 UTC (rev 41011)
+++ brlcad/trunk/src/libbn/plane.c      2010-10-15 22:13:52 UTC (rev 41012)
@@ -2189,7 +2189,6 @@
 int
 bn_coplanar(const fastf_t *a, const fastf_t *b, const struct bn_tol *tol)
 {
-    register fastf_t f;
     register fastf_t dot;
     vect_t pt_a, pt_b;
     BN_CK_TOL(tol);


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

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to