[MOD:PART] removed unused parameter (#14252)

d variable are never used

Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
mosfet80
2024-06-24 17:41:39 +02:00
committed by GitHub
parent 926fd370b1
commit 36b9b58eb3
3 changed files with 1 additions and 7 deletions

View File

@@ -4455,7 +4455,6 @@ TopoShape& TopoShape::makeElementRevolve(const TopoShape& _base,
TopoShape& TopoShape::makeElementRevolution(const TopoShape& _base,
const gp_Ax1& axis,
[[maybe_unused]]double d,
const TopoDS_Face& supportface,
const TopoDS_Face& uptoface,
const char* face_maker,