diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 2 |
1 files changed, 0 insertions, 2 deletions
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 | |||
1671 | Monitor.Enter(m_updateLock); | 1671 | Monitor.Enter(m_updateLock); |
1672 | try | 1672 | try |
1673 | { | 1673 | { |
1674 | SceneObjectGroup parentGroup = root.ParentGroup; | ||
1675 | |||
1676 | List<SceneObjectGroup> childGroups = new List<SceneObjectGroup>(); | 1674 | List<SceneObjectGroup> childGroups = new List<SceneObjectGroup>(); |
1677 | 1675 | ||
1678 | // We do this in reverse to get the link order of the prims correct | 1676 | // We do this in reverse to get the link order of the prims correct |