aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs10
1 files changed, 1 insertions, 9 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
index 202e3b8..b8f52ec 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
@@ -146,7 +146,7 @@ namespace OpenSim.Region.Environment.Scenes
146 } 146 }
147 147
148 /// <summary> 148 /// <summary>
149 /// 149 /// Number of prims in this group
150 /// </summary> 150 /// </summary>
151 public int PrimCount 151 public int PrimCount
152 { 152 {
@@ -164,14 +164,6 @@ namespace OpenSim.Region.Environment.Scenes
164 set { m_rootPart.GroupID = value; } 164 set { m_rootPart.GroupID = value; }
165 } 165 }
166 166
167 /// <summary>
168 ///
169 /// </summary>
170 public LLVector3 GroupCentrePoint
171 {
172 get { return new LLVector3(0, 0, 0); }
173 }
174
175 public Dictionary<LLUUID, SceneObjectPart> Children 167 public Dictionary<LLUUID, SceneObjectPart> Children
176 { 168 {
177 get { return m_parts; } 169 get { return m_parts; }