Revision: 45882
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45882&view=rev
Author:   brlcad
Date:     2011-08-10 05:35:39 +0000 (Wed, 10 Aug 2011)

Log Message:
-----------
unused vars, perhaps wip

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/ehy/ehy_brep.cpp

Modified: brlcad/trunk/src/librt/primitives/ehy/ehy_brep.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/ehy/ehy_brep.cpp  2011-08-10 05:28:23 UTC 
(rev 45881)
+++ brlcad/trunk/src/librt/primitives/ehy/ehy_brep.cpp  2011-08-10 05:35:39 UTC 
(rev 45882)
@@ -152,10 +152,6 @@
     }
 
     (*b)->m_S.Append(ehycurvedsurf);
-    int surfindex = (*b)->m_S.Count();
-    ON_BrepFace& face = (*b)->NewFace(surfindex - 1);
-    int faceindex = (*b)->m_F.Count();
-    (*b)->NewOuterLoop(faceindex-1);
 }
 
 


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to