0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / TDataXtd / TDataXtd_Point.cdl
index 32d267c..2e05d26 100644 (file)
@@ -58,7 +58,7 @@ is
     --          =============    
 
     Create
-    returns mutable Point from TDataXtd;  
+    returns Point from TDataXtd;  
 
     ---Category: TDF_Attribute methods
     --           =====================
@@ -71,10 +71,10 @@ is
     Restore (me: mutable; With : Attribute from TDF);
 
     NewEmpty (me)
-    returns mutable Attribute from TDF;
+    returns Attribute from TDF;
 
-    Paste (me; Into : mutable Attribute from TDF;
-              RT   : mutable RelocationTable from TDF);  
+    Paste (me; Into : Attribute from TDF;
+              RT   : RelocationTable from TDF);  
 
     Dump (me; anOS : in out OStream from Standard) 
        returns OStream from Standard