Revision: 46311
          http://brlcad.svn.sourceforge.net/brlcad/?rev=46311&view=rev
Author:   erikgreenwald
Date:     2011-08-22 13:54:36 +0000 (Mon, 22 Aug 2011)

Log Message:
-----------
remove unused variable

Modified Paths:
--------------
    brlcad/trunk/src/mged/cmd.c

Modified: brlcad/trunk/src/mged/cmd.c
===================================================================
--- brlcad/trunk/src/mged/cmd.c 2011-08-22 13:54:02 UTC (rev 46310)
+++ brlcad/trunk/src/mged/cmd.c 2011-08-22 13:54:36 UTC (rev 46311)
@@ -159,7 +159,7 @@
 int
 cmd_ged_simulate_wrapper(ClientData clientData, Tcl_Interp *interpreter, int 
argc, const char *argv[])
 {
-    int i, ret;
+    int ret;
     const char *av[3];
     struct cmdtab *ctp = (struct cmdtab *)clientData;
 


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

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to