aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-23 21:41:16 +0100
committerJustin Clark-Casey (justincc)2011-08-23 21:41:16 +0100
commit014cd4f8bb018391aef8e3301988975403b939a1 (patch)
treec6178fa5afaacb081e9838717567621c1a79e6e0 /OpenSim/Region/CoreModules/Avatar/Attachments
parentreplace TestRemoveAttachments() with a more thorough TestRemoveAttachment() (diff)
downloadopensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.zip
opensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.tar.gz
opensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.tar.bz2
opensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.tar.xz
remove mono compiler warnings
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Attachments')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
index 71321cc..6f242e5 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
@@ -130,8 +130,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
130 130
131 m_attMod.RezSingleAttachmentFromInventory( 131 m_attMod.RezSingleAttachmentFromInventory(
132 presence.ControllingClient, attItemId, (uint)AttachmentPoint.Chest); 132 presence.ControllingClient, attItemId, (uint)AttachmentPoint.Chest);
133
134 // ###
135 m_attMod.ShowDetachInUserInventory(attItemId, presence.ControllingClient); 133 m_attMod.ShowDetachInUserInventory(attItemId, presence.ControllingClient);
136 134
137 // Check status on scene presence 135 // Check status on scene presence