diff --git a/python/plugins/processing/algs/help/qgis.yaml b/python/plugins/processing/algs/help/qgis.yaml index c4dd25e16d83..142c049e6a64 100644 --- a/python/plugins/processing/algs/help/qgis.yaml +++ b/python/plugins/processing/algs/help/qgis.yaml @@ -237,11 +237,6 @@ qgis:minimalenclosingcircle: > As an alternative, the output layer can contain not just a single circle, but one for each input feature, representing the minimum enclosing circle that covers each of them. -qgis:pointsalonglines: > - Creates points at regular intervals along line or polygon geometries. Created points will have new attributes added for the distance along the geometry and the angle of the line at the point. - - An optional start and end offset can be specified, which controls how far from the start and end of the geometry the points should be created. - qgis:pointsdisplacement: > Offsets nearby point features by moving nearby points by a preset amount to minimize overlapping features.