Remove mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2010-08-26 16:27:41 +01:00
parent d99c60164d
commit df702417dc
7 changed files with 7 additions and 36 deletions

View File

@@ -2327,7 +2327,6 @@ namespace OpenSim.Region.Framework.Scenes
m_perfMonMS = Util.EnvironmentTickCount();
PhysicsActor actor = m_physicsActor;
Vector3 velocity = (actor != null) ? actor.Velocity : Vector3.Zero;
Vector3 pos = m_pos;
pos.Z += m_appearance.HipOffset;