From 88b273bc719b5d462069bdfce5782c5dcaf97596 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Fri, 13 Feb 2009 16:43:20 +0000
Subject: * refactor: Move export map function to world map module from scene
---
OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs | 6 ------
1 file changed, 6 deletions(-)
(limited to 'OpenSim/Region/ClientStack/LindenUDP')
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs b/OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs
index 6f9e5d3..75b5644 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs
@@ -266,10 +266,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
}
}
}
-
}
-
///
/// Callback for when the image has been decoded
///
@@ -281,7 +279,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (m_shuttingdown)
return;
-
lock (PQHandles)
{
// Update our asset data
@@ -299,7 +296,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
}
}
-
///
/// This image has had a good life. It's now expired. Remove it off the queue
///
@@ -531,7 +527,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
DiscardLevel = 0;
StopPacket = TexturePacketCount() - 1;
CurrentPacket = Util.Clamp(packet, 1, TexturePacketCount() - 1);
-
}
}
@@ -562,7 +557,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
}
else
{
-
// Send first packet
byte[] firstImageData = new byte[FIRST_IMAGE_PACKET_SIZE];
try { Buffer.BlockCopy(m_asset_ref.Data, 0, firstImageData, 0, FIRST_IMAGE_PACKET_SIZE); }
--
cgit v1.1