Revision: 45782
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45782&view=rev
Author:   erikgreenwald
Date:     2011-08-04 14:21:27 +0000 (Thu, 04 Aug 2011)

Log Message:
-----------
remove unused variable. fix signed/unsigned issue

Modified Paths:
--------------
    brlcad/trunk/src/rt/view.c

Modified: brlcad/trunk/src/rt/view.c
===================================================================
--- brlcad/trunk/src/rt/view.c  2011-08-04 14:21:00 UTC (rev 45781)
+++ brlcad/trunk/src/rt/view.c  2011-08-04 14:21:27 UTC (rev 45782)
@@ -457,8 +457,7 @@
 
     case BUFMODE_ACC:
     {
-       RGBpixel p;
-       int npix, i;
+       unsigned int i;
        fastf_t *psum_p;
        fastf_t *tmp_pixel;
        int tmp_color;


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

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to