minor: remove some completely unused string local vars added recently in commit 984faf2

user_profiles
Justin Clark-Casey (justincc) 2013-03-06 23:11:32 +00:00
parent 2fe938d11d
commit 6706e189d5
1 changed files with 0 additions and 2 deletions

View File

@ -324,7 +324,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
// Remove any previous attachments
List<SceneObjectGroup> existingAttachments = sp.GetAttachments(attachmentPt);
string existingAttachmentScriptState = null;
// At the moment we can only deal with a single attachment
if (existingAttachments.Count != 0 && existingAttachments[0].FromItemID != UUID.Zero)
@ -849,7 +848,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
// Remove any previous attachments
List<SceneObjectGroup> attachments = sp.GetAttachments(attachmentPt);
string previousAttachmentScriptedState = null;
// At the moment we can only deal with a single attachment
if (attachments.Count != 0)