aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IXInventoryData.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/IXInventoryData.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Data/IXInventoryData.cs b/OpenSim/Data/IXInventoryData.cs
index e64a828..85a5c08 100644
--- a/OpenSim/Data/IXInventoryData.cs
+++ b/OpenSim/Data/IXInventoryData.cs
@@ -40,11 +40,6 @@ namespace OpenSim.Data
40 public UUID folderID; 40 public UUID folderID;
41 public UUID agentID; 41 public UUID agentID;
42 public UUID parentFolderID; 42 public UUID parentFolderID;
43
44 public XInventoryFolder Clone()
45 {
46 return (XInventoryFolder)MemberwiseClone();
47 }
48 } 43 }
49 44
50 public class XInventoryItem 45 public class XInventoryItem
@@ -69,11 +64,6 @@ namespace OpenSim.Data
69 public UUID avatarID; 64 public UUID avatarID;
70 public UUID parentFolderID; 65 public UUID parentFolderID;
71 public int inventoryGroupPermissions; 66 public int inventoryGroupPermissions;
72
73 public XInventoryItem Clone()
74 {
75 return (XInventoryItem)MemberwiseClone();
76 }
77 } 67 }
78 68
79 public interface IXInventoryData 69 public interface IXInventoryData