aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index 5683a7a..78b28d5 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -806,26 +806,6 @@ namespace OpenSim.Region.Environment.Scenes
806 } 806 }
807 } 807 }
808 808
809 public void DeleteSceneObjectGroup(SceneObjectGroup group)
810 {
811 SceneObjectPart rootPart = (group).GetChildPart(group.UUID);
812 if (rootPart.PhysActor != null)
813 {
814 PhysicsScene.RemovePrim(rootPart.PhysActor);
815 rootPart.PhysActor = null;
816 }
817
818 m_storageManager.DataStore.RemoveObject(group.UUID, m_regInfo.RegionID);
819 group.DeleteGroup();
820
821 lock (Entities)
822 {
823 Entities.Remove(group.UUID);
824 m_innerScene.RemoveAPrimCount();
825 }
826 group.DeleteParts();
827 }
828
829 public virtual void RezObject(IClientAPI remoteClient, LLUUID itemID, LLVector3 RayEnd, LLVector3 RayStart, 809 public virtual void RezObject(IClientAPI remoteClient, LLUUID itemID, LLVector3 RayEnd, LLVector3 RayStart,
830 LLUUID RayTargetID, byte BypassRayCast, bool RayEndIsIntersection, 810 LLUUID RayTargetID, byte BypassRayCast, bool RayEndIsIntersection,
831 uint EveryoneMask, uint GroupMask, uint NextOwnerMask, uint ItemFlags, 811 uint EveryoneMask, uint GroupMask, uint NextOwnerMask, uint ItemFlags,