From ad7b005784cd44fe6db20db365f7723e23bdc51a Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 7 Apr 2009 20:24:09 +0000 Subject: * minor: remove some mono compiler warnings --- OpenSim/Region/Framework/Scenes/Scene.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/Framework') diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 0991171..3266703 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs @@ -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; } -- cgit v1.1