Sketcher: Remove dead code

This commit is contained in:
Chris Hennes
2025-06-15 20:54:57 -05:00
committed by Kacper Donat
parent f0b53af32f
commit bb1760546b

View File

@@ -616,13 +616,6 @@ int SketchObject::solve(bool updateGeoAfterSolving /*=true*/)
}
}
}
else if (err < 0) {
// if solver failed, invalid constraints were likely added before solving
// (see solve in addConstraint), so solver information is definitely invalid.
//
// Update: ViewProviderSketch shall now rely on the signalSolverUpdate below for update
// this->Constraints.touch();
}
signalSolverUpdate();