From: abv Date: Mon, 12 May 2014 05:39:07 +0000 (+0400) Subject: 0024913: BRepOffsetAPI_ThruSections::CreateSmoothed contains unused declaration of... X-Git-Tag: V6_8_0_beta~333 X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commitdiff_plain;h=fab29dc11acb1354a4f330dbb6e7033757680f12 0024913: BRepOffsetAPI_ThruSections::CreateSmoothed contains unused declaration of GeomFill_SectionGenerator Unused local variable deleted --- diff --git a/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx b/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx index c0bc68a105..dc42b186c5 100644 --- a/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx +++ b/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx @@ -624,7 +624,6 @@ void BRepOffsetAPI_ThruSections::CreateSmoothed() TopLoc_Location loc; TopoDS_Vertex v1f,v1l,v2f,v2l; - GeomFill_SectionGenerator section; Standard_Integer nbPnts = 21; TColgp_Array2OfPnt points(1, nbPnts, 1, nbSects);