aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
diff options
context:
space:
mode:
authorUbitUmarov2015-11-17 07:59:11 +0000
committerUbitUmarov2015-11-17 07:59:11 +0000
commitf7f5aba597d359d28a2bce10e645f9c9827ced9a (patch)
treef2b3bdfbeefdfb123627262e4e30b293b7858601 /OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
parent work around some 'tests' errors: fix wrong parameters (diff)
downloadopensim-SC_OLD-f7f5aba597d359d28a2bce10e645f9c9827ced9a.zip
opensim-SC_OLD-f7f5aba597d359d28a2bce10e645f9c9827ced9a.tar.gz
opensim-SC_OLD-f7f5aba597d359d28a2bce10e645f9c9827ced9a.tar.bz2
opensim-SC_OLD-f7f5aba597d359d28a2bce10e645f9c9827ced9a.tar.xz
remove unused parameter
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
index 3c1247f..b008068 100644
--- a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
@@ -90,7 +90,8 @@ namespace OpenSim.Region.Framework.Interfaces
90 /// <param name="addToInventory">If true then add object to user inventory</param> 90 /// <param name="addToInventory">If true then add object to user inventory</param>
91 /// <param name="append">Append to attachment point rather than replace.</param> 91 /// <param name="append">Append to attachment point rather than replace.</param>
92 /// <returns>true if the object was successfully attached, false otherwise</returns> 92 /// <returns>true if the object was successfully attached, false otherwise</returns>
93 bool AttachObject(IScenePresence sp, SceneObjectGroup grp, uint AttachmentPt, bool silent, bool useAttachmentInfo, bool addToInventory, bool append); 93 bool AttachObject(IScenePresence sp, SceneObjectGroup grp, uint AttachmentPt, bool silent,
94 bool addToInventory, bool append);
94 95
95 /// <summary> 96 /// <summary>
96 /// Rez an attachment from user inventory and change inventory status to match. 97 /// Rez an attachment from user inventory and change inventory status to match.