* minor: remove some mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2009-04-07 20:24:09 +00:00
parent 41fab69ad5
commit ad7b005784
6 changed files with 19 additions and 19 deletions

View File

@@ -1744,8 +1744,9 @@ namespace OpenSim.Region.Framework.Scenes
if (sp != null)
{
uint attPt = (uint)sp.Appearance.GetAttachpoint(itemID);
SceneObjectGroup sog = m_sceneGraph.RezSingleAttachment(sp.ControllingClient, itemID, attPt);
m_sceneGraph.RezSingleAttachment(sp.ControllingClient, itemID, attPt);
}
return false;
}