Cleaning up warnings

This commit is contained in:
Adam Frisby
2007-05-16 21:19:07 +00:00
parent 1601e4038c
commit 2c0edcc199
4 changed files with 22 additions and 16 deletions

View File

@@ -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<OdeCharacter> _characters = new List<OdeCharacter>();