Fix a few compiler warnings.

This commit is contained in:
Jeff Ames
2008-03-25 03:37:48 +00:00
parent a21112ccee
commit a7556af7de
3 changed files with 1 additions and 6 deletions

View File

@@ -522,9 +522,6 @@ namespace OpenSim.Region.Physics.BulletXPlugin
{
actor.Move(timeStep);
}
foreach (BulletXPrim prim in _prims.Values)
{
}
}
private void ValidateHeightForAll()