diff options
author | Robert Adams | 2012-11-29 09:53:59 -0800 |
---|---|---|
committer | Robert Adams | 2012-11-29 09:53:59 -0800 |
commit | 0bda35e18fdba53998d752b7ce7ef5b0580a642e (patch) | |
tree | 09826bcd9a8820753dd46de1ddff8f999da525f3 /OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs | |
parent | BulletSim: add expanded call to IMesher/Meshmerizer which enables/disables me... (diff) | |
download | opensim-SC_OLD-0bda35e18fdba53998d752b7ce7ef5b0580a642e.zip opensim-SC_OLD-0bda35e18fdba53998d752b7ce7ef5b0580a642e.tar.gz opensim-SC_OLD-0bda35e18fdba53998d752b7ce7ef5b0580a642e.tar.bz2 opensim-SC_OLD-0bda35e18fdba53998d752b7ce7ef5b0580a642e.tar.xz |
BulletSim: add copyright header where it is missing. Remove some unnecessary 'using' requirements so testing framework is less complicated.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs b/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs index a398b74..fcee1de 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs | |||
@@ -45,9 +45,7 @@ using System; | |||
45 | using System.Collections.Generic; | 45 | using System.Collections.Generic; |
46 | using System.Reflection; | 46 | using System.Reflection; |
47 | using System.Runtime.InteropServices; | 47 | using System.Runtime.InteropServices; |
48 | using log4net; | ||
49 | using OpenMetaverse; | 48 | using OpenMetaverse; |
50 | using OpenSim.Framework; | ||
51 | using OpenSim.Region.Physics.Manager; | 49 | using OpenSim.Region.Physics.Manager; |
52 | 50 | ||
53 | namespace OpenSim.Region.Physics.BulletSPlugin | 51 | namespace OpenSim.Region.Physics.BulletSPlugin |