aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneManager.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneManager.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneManager.cs b/OpenSim/Region/Environment/Scenes/SceneManager.cs
index 5541454..040a0d4 100644
--- a/OpenSim/Region/Environment/Scenes/SceneManager.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneManager.cs
@@ -483,16 +483,6 @@ namespace OpenSim.Region.Environment.Scenes
483 return null; 483 return null;
484 } 484 }
485 485
486 public void SetCurrentSceneTimePhase(int timePhase)
487 {
488 ForEachCurrentScene(delegate(Scene scene)
489 {
490 scene.SetTimePhase(
491 timePhase)
492 ;
493 });
494 }
495
496 public void ForceCurrentSceneClientUpdate() 486 public void ForceCurrentSceneClientUpdate()
497 { 487 {
498 ForEachCurrentScene(delegate(Scene scene) { scene.ForceClientUpdate(); }); 488 ForEachCurrentScene(delegate(Scene scene) { scene.ForceClientUpdate(); });