* Spring cleaned a bunch of '//TODO: unused' marked functions.

This commit is contained in:
Adam Frisby
2008-04-30 23:11:07 +00:00
parent b67cf72bc3
commit 25a49ac4de
12 changed files with 0 additions and 414 deletions

View File

@@ -71,24 +71,5 @@ namespace OpenSim.Region.ExtensionsScriptModule.CSharp.Examples
System.Console.WriteLine(sequence);
}*/
}
// TODO: unused
// private string processPrimitiveToString(SceneObjectPart prim)
// {
// /*string desc = prim.Description;
// string name = prim.Name;
// LLVector3 pos = prim.Pos;
// LLQuaternion rot = new LLQuaternion(prim.Rotation.x, prim.Rotation.y, prim.Rotation.z, prim.Rotation.w);
// LLVector3 scale = prim.Scale;
// LLVector3 rootPos = prim.WorldPos;
// string setPrimParams = String.Empty;
// setPrimParams += "[PRIM_SCALE, " + scale.ToString() + ", PRIM_POS, " + rootPos.ToString() + ", PRIM_ROTATION, " + rot.ToString() + "]\n";
// return setPrimParams;
// */
// return System.String.Empty;
// }
}
}