0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / IntPatch / IntPatch_ALine.cdl
index 8c28fc5..f47a2f4 100644 (file)
@@ -45,7 +45,7 @@ is
        ---Purpose: Creates an analytic intersection line
        --          when the transitions are In or Out.
     
-       returns mutable ALine from IntPatch;
+       returns ALine from IntPatch;
 
 
     Create(C: Curve from IntAna; Tang: Boolean from Standard;
@@ -54,7 +54,7 @@ is
        ---Purpose: Creates an analytic intersection line
        --          when the transitions are Touch.
     
-       returns mutable ALine from IntPatch;
+       returns ALine from IntPatch;
 
 
     Create(C: Curve from IntAna; Tang: Boolean from Standard)
@@ -62,7 +62,7 @@ is
        ---Purpose: Creates an analytic intersection line
        --          when the transitions are Undecided.
     
-       returns mutable ALine from IntPatch;
+       returns ALine from IntPatch;
 
 
     AddVertex(me: mutable; Pnt: Point from IntPatch)