diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs index e6ac6b5..5ffbec8 100644 --- a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs | |||
@@ -138,14 +138,5 @@ namespace OpenSim.Region.Framework.Interfaces | |||
138 | /// <param name="sog"></param> | 138 | /// <param name="sog"></param> |
139 | /// <param name="pos"></param> | 139 | /// <param name="pos"></param> |
140 | void UpdateAttachmentPosition(SceneObjectGroup sog, Vector3 pos); | 140 | void UpdateAttachmentPosition(SceneObjectGroup sog, Vector3 pos); |
141 | |||
142 | /// <summary> | ||
143 | /// Update the user inventory with a changed attachment | ||
144 | /// </summary> | ||
145 | /// <param name="remoteClient"></param> | ||
146 | /// <param name="grp"></param> | ||
147 | /// <param name="itemID"></param> | ||
148 | /// <param name="agentID"></param> | ||
149 | void UpdateKnownItem(IClientAPI remoteClient, SceneObjectGroup grp, UUID itemID, UUID agentID); | ||
150 | } | 141 | } |
151 | } | 142 | } |