aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-04-28 17:47:09 +0000
committerJustin Clarke Casey2009-04-28 17:47:09 +0000
commit52d56288060caca4f92fee9549090390d7053549 (patch)
tree48836efd21fb682658e12c1bdd785669eeeff84c /OpenSim/Framework/Util.cs
parentCorrectly handle group owned land in the Datasnapshot module. Will return (diff)
downloadopensim-SC_OLD-52d56288060caca4f92fee9549090390d7053549.zip
opensim-SC_OLD-52d56288060caca4f92fee9549090390d7053549.tar.gz
opensim-SC_OLD-52d56288060caca4f92fee9549090390d7053549.tar.bz2
opensim-SC_OLD-52d56288060caca4f92fee9549090390d7053549.tar.xz
* Add preliminary code for resolving iar profile names
* Not yet active
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r--OpenSim/Framework/Util.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index f1993b2..cad259d 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -373,7 +373,6 @@ namespace OpenSim.Framework
373 return SHA1.ComputeHash(Encoding.Default.GetBytes(src)); 373 return SHA1.ComputeHash(Encoding.Default.GetBytes(src));
374 } 374 }
375 375
376
377 public static int fast_distance2d(int x, int y) 376 public static int fast_distance2d(int x, int y)
378 { 377 {
379 x = Math.Abs(x); 378 x = Math.Abs(x);