0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / PGeom2d / PGeom2d_BezierCurve.cdl
index 994ea94..24ee161 100644 (file)
@@ -26,7 +26,7 @@ uses  HArray1OfReal from PColStd,
 is 
 
 
-  Create returns mutable BezierCurve from PGeom2d;
+  Create returns BezierCurve from PGeom2d;
         ---Purpose : Creates a non rational  Bezier curve with default
         --         values.
        ---Level: Internal 
@@ -35,7 +35,7 @@ is
   Create(aPoles    : HArray1OfPnt2d;
          aWeights  : HArray1OfReal;
         aRational : Boolean from Standard)
-     returns mutable BezierCurve from PGeom2d;
+     returns BezierCurve from PGeom2d;
         ---Purpose : Creates a non rational Bezier curve with a set of
         --         poles aCurvePoles and a set of weights aPoleWeight.
        ---Level: Internal