diff options
author | Justin Clark-Casey (justincc) | 2011-08-23 21:41:16 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-23 21:41:16 +0100 |
commit | 014cd4f8bb018391aef8e3301988975403b939a1 (patch) | |
tree | c6178fa5afaacb081e9838717567621c1a79e6e0 /OpenSim/Region/CoreModules/Avatar | |
parent | replace TestRemoveAttachments() with a more thorough TestRemoveAttachment() (diff) | |
download | opensim-SC-014cd4f8bb018391aef8e3301988975403b939a1.zip opensim-SC-014cd4f8bb018391aef8e3301988975403b939a1.tar.gz opensim-SC-014cd4f8bb018391aef8e3301988975403b939a1.tar.bz2 opensim-SC-014cd4f8bb018391aef8e3301988975403b939a1.tar.xz |
remove mono compiler warnings
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs | 2 |
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 |