From 10c4b88ccfb02c84faeeb805226614aeffdebb71 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Mon, 5 Oct 2009 18:20:37 +0100 Subject: minor: remove mono compile warning --- OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'OpenSim/Region/Physics/OdePlugin/OdePlugin.cs') diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 0769c90..f5ab1de 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs @@ -3476,7 +3476,7 @@ namespace OpenSim.Region.Physics.OdePlugin public override void UnCombine(PhysicsScene pScene) { IntPtr localGround = IntPtr.Zero; - float[] localHeightfield; + //float[] localHeightfield; bool proceed = false; List geomDestroyList = new List(); @@ -3771,16 +3771,13 @@ namespace OpenSim.Region.Physics.OdePlugin sides.Z = 0.5f; ds.DrawBox(ref pos, ref R, ref sides); - - } } } } public void start(int unused) - { - + { ds.SetViewpoint(ref xyz, ref hpr); } #endif -- cgit v1.1