aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r--OpenSim/Framework/Util.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index 396996a..8e7eac7 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -334,14 +334,6 @@ namespace OpenSim.Framework
334 return sb.ToString(); 334 return sb.ToString();
335 } 335 }
336 336
337 public static string GetRandomCapsPath()
338 {
339 UUID caps = UUID.Random();
340 string capsPath = caps.ToString();
341 capsPath = capsPath.Remove(capsPath.Length - 4, 4);
342 return capsPath;
343 }
344
345 public static int fast_distance2d(int x, int y) 337 public static int fast_distance2d(int x, int y)
346 { 338 {
347 x = Math.Abs(x); 339 x = Math.Abs(x);