aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index bcf668f..5652231 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -513,19 +513,6 @@ namespace OpenSim.Region.Framework.Scenes
513 get { return m_sceneGraph.m_syncRoot; } 513 get { return m_sceneGraph.m_syncRoot; }
514 } 514 }
515 515
516 /// <summary>
517 /// This is for llGetRegionFPS
518 /// </summary>
519 public float SimulatorFPS
520 {
521 get { return StatsReporter.getLastReportedSimFPS(); }
522 }
523
524 public float[] SimulatorStats
525 {
526 get { return StatsReporter.getLastReportedSimStats(); }
527 }
528
529 public string DefaultScriptEngine 516 public string DefaultScriptEngine
530 { 517 {
531 get { return m_defaultScriptEngine; } 518 get { return m_defaultScriptEngine; }