diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs index 12b1ef1..8075b73 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | |||
@@ -846,8 +846,6 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters | |||
846 | 846 | ||
847 | #endregion // Taints | 847 | #endregion // Taints |
848 | 848 | ||
849 | #region INI and command line parameter processing | ||
850 | |||
851 | #region IPhysicsParameters | 849 | #region IPhysicsParameters |
852 | // Get the list of parameters this physics engine supports | 850 | // Get the list of parameters this physics engine supports |
853 | public PhysParameterEntry[] GetParameterList() | 851 | public PhysParameterEntry[] GetParameterList() |
@@ -944,8 +942,6 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters | |||
944 | 942 | ||
945 | #endregion IPhysicsParameters | 943 | #endregion IPhysicsParameters |
946 | 944 | ||
947 | #endregion Runtime settable parameters | ||
948 | |||
949 | // Invoke the detailed logger and output something if it's enabled. | 945 | // Invoke the detailed logger and output something if it's enabled. |
950 | public void DetailLog(string msg, params Object[] args) | 946 | public void DetailLog(string msg, params Object[] args) |
951 | { | 947 | { |