diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 9f99305..4dc1661 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -148,8 +148,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
148 | protected float m_timespan = 0.089f; | 148 | protected float m_timespan = 0.089f; |
149 | protected DateTime m_lastupdate = DateTime.Now; | 149 | protected DateTime m_lastupdate = DateTime.Now; |
150 | 150 | ||
151 | protected float m_timedilation = 1.0f; | ||
152 | |||
153 | private int m_update_physics = 1; | 151 | private int m_update_physics = 1; |
154 | private int m_update_entitymovement = 1; | 152 | private int m_update_entitymovement = 1; |
155 | private int m_update_entities = 1; // Run through all objects checking for updates | 153 | private int m_update_entities = 1; // Run through all objects checking for updates |
@@ -230,11 +228,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
230 | get { return m_sceneGraph.m_syncRoot; } | 228 | get { return m_sceneGraph.m_syncRoot; } |
231 | } | 229 | } |
232 | 230 | ||
233 | public float TimeDilation | ||
234 | { | ||
235 | get { return m_timedilation; } | ||
236 | } | ||
237 | |||
238 | public int MaxPrimsPerFrame | 231 | public int MaxPrimsPerFrame |
239 | { | 232 | { |
240 | get { return m_maxPrimsPerFrame; } | 233 | get { return m_maxPrimsPerFrame; } |