cleaned up some mono compiler warnings

This commit is contained in:
Jeff Ames
2007-11-18 15:14:37 +00:00
parent d10c79d421
commit 924026d01c
14 changed files with 68 additions and 80 deletions

View File

@@ -384,7 +384,6 @@ namespace OpenSim.Region.Physics.POSPlugin
private PhysicsVector _size;
private PhysicsVector m_rotationalVelocity = PhysicsVector.Zero;
private Quaternion _orientation;
private bool flying;
private bool iscolliding;
public POSPrim()