* Add preliminary code for resolving iar profile names

* Not yet active
This commit is contained in:
Justin Clarke Casey
2009-04-28 17:47:09 +00:00
parent 1fdebf361f
commit 52d5628806
4 changed files with 152 additions and 18 deletions

View File

@@ -373,7 +373,6 @@ namespace OpenSim.Framework
return SHA1.ComputeHash(Encoding.Default.GetBytes(src));
}
public static int fast_distance2d(int x, int y)
{
x = Math.Abs(x);