diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/PhysicsModules/POS/POSScene.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/PhysicsModules/POS/POSScene.cs b/OpenSim/Region/PhysicsModules/POS/POSScene.cs index e62d876..3e278f7 100644 --- a/OpenSim/Region/PhysicsModules/POS/POSScene.cs +++ b/OpenSim/Region/PhysicsModules/POS/POSScene.cs | |||
@@ -297,16 +297,6 @@ namespace OpenSim.Region.PhysicsModule.POS | |||
297 | return 1.0f; | 297 | return 1.0f; |
298 | } | 298 | } |
299 | 299 | ||
300 | public override void GetResults() | ||
301 | { | ||
302 | } | ||
303 | |||
304 | public override bool IsThreaded | ||
305 | { | ||
306 | // for now we won't be multithreaded | ||
307 | get { return (false); } | ||
308 | } | ||
309 | |||
310 | public override void SetTerrain(float[] heightMap) | 300 | public override void SetTerrain(float[] heightMap) |
311 | { | 301 | { |
312 | _heightMap = heightMap; | 302 | _heightMap = heightMap; |