diff --git a/src/Mod/Sketcher/App/SketchObject.cpp b/src/Mod/Sketcher/App/SketchObject.cpp index 9976cd8822..7258de3c30 100644 --- a/src/Mod/Sketcher/App/SketchObject.cpp +++ b/src/Mod/Sketcher/App/SketchObject.cpp @@ -3028,7 +3028,6 @@ int SketchObject::split(int GeoId, const Base::Vector3d &point) if (endParam - splitParam < Precision::PConfusion() || splitParam - startParam < Precision::PConfusion()) { THROWM(ValueError, "Split point is at one of the end points of the curve."); - return false; } if (endParam - splitParam > splitParam - startParam) { longestPart = 1;