aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-03-06 23:11:32 +0000
committerJustin Clark-Casey (justincc)2013-03-06 23:11:32 +0000
commit6706e189d5b1c04e4931c96b1a9c233f3606b71a (patch)
treef348319de6933589188e9fbf29a0b2e0b3b026e4 /OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-6706e189d5b1c04e4931c96b1a9c233f3606b71a.zip
opensim-SC_OLD-6706e189d5b1c04e4931c96b1a9c233f3606b71a.tar.gz
opensim-SC_OLD-6706e189d5b1c04e4931c96b1a9c233f3606b71a.tar.bz2
opensim-SC_OLD-6706e189d5b1c04e4931c96b1a9c233f3606b71a.tar.xz
minor: remove some completely unused string local vars added recently in commit 984faf2
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
index 3ccf9f4..b6a7481 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
@@ -324,7 +324,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
324 324
325 // Remove any previous attachments 325 // Remove any previous attachments
326 List<SceneObjectGroup> existingAttachments = sp.GetAttachments(attachmentPt); 326 List<SceneObjectGroup> existingAttachments = sp.GetAttachments(attachmentPt);
327 string existingAttachmentScriptState = null;
328 327
329 // At the moment we can only deal with a single attachment 328 // At the moment we can only deal with a single attachment
330 if (existingAttachments.Count != 0 && existingAttachments[0].FromItemID != UUID.Zero) 329 if (existingAttachments.Count != 0 && existingAttachments[0].FromItemID != UUID.Zero)
@@ -849,7 +848,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
849 848
850 // Remove any previous attachments 849 // Remove any previous attachments
851 List<SceneObjectGroup> attachments = sp.GetAttachments(attachmentPt); 850 List<SceneObjectGroup> attachments = sp.GetAttachments(attachmentPt);
852 string previousAttachmentScriptedState = null;
853 851
854 // At the moment we can only deal with a single attachment 852 // At the moment we can only deal with a single attachment
855 if (attachments.Count != 0) 853 if (attachments.Count != 0)