minor: remove some mono compiler warnings

iar_mods
Justin Clark-Casey (justincc) 2011-12-08 18:56:07 +00:00
parent 54360dd20e
commit 55de189752
2 changed files with 1 additions and 3 deletions

View File

@ -60,7 +60,7 @@ namespace OpenSim.Region.Framework.Scenes.Animation
public int m_animTickJump; // ScenePresence has to see this to control +Z force
public bool m_jumping = false;
public float m_jumpVelocity = 0f;
private int m_landing = 0;
// private int m_landing = 0;
public bool Falling
{
get { return m_falling; }

View File

@ -2378,8 +2378,6 @@ namespace OpenSim.Region.Framework.Scenes
#region Overridden Methods
private bool sendingPrims = false;
public override void Update()
{
const float ROTATION_TOLERANCE = 0.01f;