* Remove lots of warnings from the CMS module

* Remove a few other miscellaneous warnings
This commit is contained in:
Justin Clarke Casey
2008-09-06 00:09:24 +00:00
parent 0054bce5ae
commit de467f4903
8 changed files with 14 additions and 15 deletions

View File

@@ -80,7 +80,7 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement
//Scale size of particles to distance objects are apart (for better visibility)
LLVector3 FromPos = From.GetWorldPosition();
LLVector3 ToPos = From.GetWorldPosition();
LLUUID toUUID = To.UUID;
// LLUUID toUUID = To.UUID;
float distance = (float) (Math.Sqrt(Math.Pow(FromPos.X-ToPos.X, 2) +
Math.Pow(FromPos.X-ToPos.Y, 2) +
Math.Pow(FromPos.X-ToPos.Z, 2)