From 10e664eedc17b247e7c25407f202b0cd606c411f Mon Sep 17 00:00:00 2001 From: Dan Lake Date: Thu, 10 Nov 2011 17:37:33 -0800 Subject: Fix compile error from an earlier commit --- OpenSim/Region/Framework/Scenes/SceneGraph.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs') diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 743fd50..af95c28 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs @@ -1671,8 +1671,6 @@ namespace OpenSim.Region.Framework.Scenes Monitor.Enter(m_updateLock); try { - SceneObjectGroup parentGroup = root.ParentGroup; - List childGroups = new List(); // We do this in reverse to get the link order of the prims correct -- cgit v1.1