diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index ea4f2c7..f36ff1d 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -3380,17 +3380,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
3380 | } | 3380 | } |
3381 | #endregion | 3381 | #endregion |
3382 | 3382 | ||
3383 | public bool CanBeDeleted() | ||
3384 | { | ||
3385 | foreach (SceneObjectPart part in Children.Values) | ||
3386 | { | ||
3387 | if (!part.CanBeDeleted()) | ||
3388 | return false; | ||
3389 | } | ||
3390 | |||
3391 | return true; | ||
3392 | } | ||
3393 | |||
3394 | public double GetUpdatePriority(IClientAPI client) | 3383 | public double GetUpdatePriority(IClientAPI client) |
3395 | { | 3384 | { |
3396 | switch (Scene.UpdatePrioritizationScheme) | 3385 | switch (Scene.UpdatePrioritizationScheme) |