From 11385c53e687b25c25c25b54929ba45d904ac9be Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 24 Jul 2008 16:03:17 +0000 Subject: * minor: eliminate warnings from LindenUDP --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index efc910a..a7dd35a 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -79,7 +79,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP private bool m_clientBlocked = false; private int m_probesWithNoIngressPackets = 0; - private int m_lastPacketsReceived = 0; + //private int m_lastPacketsReceived = 0; private byte[] ZeroOutBuffer = new byte[4096]; private readonly LLUUID m_agentId; @@ -245,7 +245,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP private SetScriptRunning handlerSetScriptRunning = null; private UpdateVector handlerAutoPilotGo = null; - private TerrainUnacked handlerUnackedTerrain = null; + //private TerrainUnacked handlerUnackedTerrain = null; //** -- cgit v1.1