0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / PGeom / PGeom_Axis2Placement.cdl
index 917aa4b..77527ce 100644 (file)
@@ -27,13 +27,13 @@ uses Ax1      from gp,
 is
 
 
-  Create returns mutable Axis2Placement from PGeom;
+  Create returns Axis2Placement from PGeom;
         ---Purpose : Returns an Axis2Placement with default values.
        ---Level: Internal 
 
 
   Create (aAxis : Ax1 from gp; aXDirection: Dir from gp)
-    returns mutable Axis2Placement from PGeom;
+    returns Axis2Placement from PGeom;
         ---Purpose : Creates an Axis2Placement with <A2>.
        ---Level: Internal