[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

@@ -198,7 +198,7 @@ App::DocumentObjectExecReturn* Revolution::execute()
// revolve the face to a solid
// TopoShape result(0);
try {
result = base.makeElementRevolution(gp_Ax1(pnt, dir), angle, supportface, upToFace);
result = base.makeElementRevolution(gp_Ax1(pnt, dir), supportface, upToFace);
}
catch (Standard_Failure&) {
return new App::DocumentObjectExecReturn("Could not revolve the sketch!");