diff options
author | Justin Clarke Casey | 2008-12-30 20:48:31 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-30 20:48:31 +0000 |
commit | e4c7bdc730ab2d550b8c308841049224c0cbddf6 (patch) | |
tree | 20f3c3290d294a9d099a13cc0145f2ff7875820a /OpenSim/Region/Physics | |
parent | * Implement saving of region settings in OAR files (diff) | |
download | opensim-SC_OLD-e4c7bdc730ab2d550b8c308841049224c0cbddf6.zip opensim-SC_OLD-e4c7bdc730ab2d550b8c308841049224c0cbddf6.tar.gz opensim-SC_OLD-e4c7bdc730ab2d550b8c308841049224c0cbddf6.tar.bz2 opensim-SC_OLD-e4c7bdc730ab2d550b8c308841049224c0cbddf6.tar.xz |
* Remove mono compiler warnings
* Leaving the 23 warnings in ChildAgentDataUpdate.cs for Diva to look at
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs b/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs index 9858d6a..8180497 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs | |||
@@ -30,7 +30,6 @@ using OpenMetaverse; | |||
30 | using Ode.NET; | 30 | using Ode.NET; |
31 | using OpenSim.Framework; | 31 | using OpenSim.Framework; |
32 | using OpenSim.Region.Physics.Manager; | 32 | using OpenSim.Region.Physics.Manager; |
33 | using OpenSim.Region.Physics.Manager; | ||
34 | using OpenSim.Region.Physics.OdePlugin; | 33 | using OpenSim.Region.Physics.OdePlugin; |
35 | 34 | ||
36 | namespace OpenSim.Region.Physics.OdePlugin | 35 | namespace OpenSim.Region.Physics.OdePlugin |