Sketcher: Remove unused variables (#21504)

removed unused variables
This commit is contained in:
mosfet80
2025-05-25 00:19:46 +02:00
committed by GitHub
parent d68d5940bf
commit 68aaa50100
2 changed files with 1 additions and 2 deletions

View File

@@ -3703,7 +3703,7 @@ int SketchObject::split(int GeoId, const Base::Vector3d& point)
// FIXME: we should be able to transfer these to new curves smoothly
deleteUnusedInternalGeometryAndUpdateGeoId(GeoId);
const auto* geoAsCurve = getGeometry<Part::GeomCurve>(GeoId);
bool isOriginalCurveConstruction = GeometryFacade::getConstruction(geoAsCurve);
bool isOriginalCurvePeriodic = isClosedCurve(geoAsCurve);
std::vector<int> newIds;
std::vector<Part::Geometry*> newGeos;