diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 5ac8ff5..85ff32e 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -522,16 +522,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
522 | m_parentScene.AttachmentsModule.DetachSingleAttachmentToGround(group.UUID, remoteClient); | 522 | m_parentScene.AttachmentsModule.DetachSingleAttachmentToGround(group.UUID, remoteClient); |
523 | } | 523 | } |
524 | 524 | ||
525 | protected internal void DetachObject(uint objectLocalID, IClientAPI remoteClient) | ||
526 | { | ||
527 | SceneObjectGroup group = GetGroupByPrim(objectLocalID); | ||
528 | if (group != null) | ||
529 | { | ||
530 | //group.DetachToGround(); | ||
531 | m_parentScene.AttachmentsModule.ShowDetachInUserInventory(group.GetFromItemID(), remoteClient); | ||
532 | } | ||
533 | } | ||
534 | |||
535 | protected internal void HandleUndo(IClientAPI remoteClient, UUID primId) | 525 | protected internal void HandleUndo(IClientAPI remoteClient, UUID primId) |
536 | { | 526 | { |
537 | if (primId != UUID.Zero) | 527 | if (primId != UUID.Zero) |