Revision: 45509
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45509&view=rev
Author:   starseeker
Date:     2011-07-15 21:42:45 +0000 (Fri, 15 Jul 2011)

Log Message:
-----------
duplicate declarations in sh_wood.c

Modified Paths:
--------------
    brlcad/trunk/src/liboptical/sh_wood.c

Modified: brlcad/trunk/src/liboptical/sh_wood.c
===================================================================
--- brlcad/trunk/src/liboptical/sh_wood.c       2011-07-15 21:31:14 UTC (rev 
45508)
+++ brlcad/trunk/src/liboptical/sh_wood.c       2011-07-15 21:42:45 UTC (rev 
45509)
@@ -245,7 +245,6 @@
     register int i;
     register struct wood_specific *wd;
 
-    extern struct resource rt_uniresource;
     register struct resource *resp = &rt_uniresource;
 
     /*
@@ -415,7 +414,6 @@
     int i;
     vect_t a_vertex, a_dir;
 
-    extern struct resource rt_uniresource;
     register struct resource *resp = &rt_uniresource;
 
     /*
@@ -546,7 +544,6 @@
 HIDDEN double
 wood_turb(double x, double y, double z, struct wood_specific *wd)
 {
-    extern struct resource rt_uniresource;
     register struct resource *resp = &rt_uniresource;
 
     int i;


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

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to