From 2c0edcc1992384496e4e977391700a6bd4d652c5 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Wed, 16 May 2007 21:19:07 +0000 Subject: Cleaning up warnings --- OpenSim.Physics/OdePlugin/OdePlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim.Physics/OdePlugin') diff --git a/OpenSim.Physics/OdePlugin/OdePlugin.cs b/OpenSim.Physics/OdePlugin/OdePlugin.cs index 8ddfd5c..599dea8 100644 --- a/OpenSim.Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim.Physics/OdePlugin/OdePlugin.cs @@ -74,7 +74,7 @@ namespace OpenSim.Physics.OdePlugin static public IntPtr space; static private IntPtr contactgroup; static private IntPtr LandGeom; - static private IntPtr Land; + //static private IntPtr Land; private double[] _heightmap; static private d.NearCallback nearCallback = near; private List _characters = new List(); -- cgit v1.1