diff options
author | Adam Frisby | 2008-03-05 22:00:41 +0000 |
---|---|---|
committer | Adam Frisby | 2008-03-05 22:00:41 +0000 |
commit | 1410210b844d4b613b3166f57cdc63cfd4148ed0 (patch) | |
tree | c25e19183593d6a04823f118659238fe8e4499ae /OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |
parent | * Three more warnings are a-gone. (diff) | |
download | opensim-SC_OLD-1410210b844d4b613b3166f57cdc63cfd4148ed0.zip opensim-SC_OLD-1410210b844d4b613b3166f57cdc63cfd4148ed0.tar.gz opensim-SC_OLD-1410210b844d4b613b3166f57cdc63cfd4148ed0.tar.bz2 opensim-SC_OLD-1410210b844d4b613b3166f57cdc63cfd4148ed0.tar.xz |
* Four more warnings, etc etc.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 726f2e9..fb40830 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -120,8 +120,6 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
120 | 120 | ||
121 | private IntPtr m_linkJoint = (IntPtr)0; | 121 | private IntPtr m_linkJoint = (IntPtr)0; |
122 | 122 | ||
123 | private int debugcounter = 0; | ||
124 | |||
125 | public OdePrim(String primName, OdeScene parent_scene, PhysicsVector pos, PhysicsVector size, | 123 | public OdePrim(String primName, OdeScene parent_scene, PhysicsVector pos, PhysicsVector size, |
126 | Quaternion rotation, IMesh mesh, PrimitiveBaseShape pbs, bool pisPhysical, CollisionLocker dode) | 124 | Quaternion rotation, IMesh mesh, PrimitiveBaseShape pbs, bool pisPhysical, CollisionLocker dode) |
127 | { | 125 | { |