* minor: remove some mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2009-03-09 19:58:39 +00:00
parent ae759f2d06
commit 051096e8ae
4 changed files with 16 additions and 17 deletions

View File

@@ -519,7 +519,7 @@ namespace OpenSim.Region.Framework.Scenes
//m_parentGroup.GetTimeDilation() * (float)ushort.MaxValue
//0-1
float difference = upper - lower;
// float difference = upper - lower;
// we're trying to get a zero lower and modify all values equally so we get a percentage position
if (lower > 0)
{