aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index 2e8f5f7..ed04e44 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -49,9 +49,6 @@ namespace OpenSim.Region.Environment.Scenes
49 group.StartScripts(); 49 group.StartScripts();
50 } 50 }
51 } 51 }
52
53 //split these method into this partial as a lot of these (hopefully) are only temporary and won't be needed once Caps is more complete
54 // or at least some of they can be moved somewhere else
55 52
56 /// <summary> 53 /// <summary>
57 /// Add an inventory item to an avatar's inventory. 54 /// Add an inventory item to an avatar's inventory.