PartDesign: Compiler warning cleanup

This commit is contained in:
Chris Hennes
2025-12-16 15:25:53 -06:00
parent c7c4c6f0cc
commit 0ba75a7573

View File

@@ -775,7 +775,6 @@ void TaskRevolutionParameters::setGizmoPositions()
bool ret;
if (isGroove) {
auto groove = getObject<PartDesign::Groove>();
ret = getFeatureProps(getObject<PartDesign::Groove>());
}
else {