From 97323345ee7953258c6902138c50265eac39c319 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 26 Sep 2008 15:28:14 +0000 Subject: * minor: remove warnings --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 39bda70..4027377 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -1242,8 +1242,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP /// Send terrain layer information to the client. /// /// - private void DoSendWindData(object o) - { + //private void DoSendWindData(object o) + //{ //float[] map = (float[])o; //try @@ -1268,7 +1268,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP //{ // m_log.Warn("[CLIENT]: ClientView.API.cs: SendLayerData() - Failed with exception " + e.ToString()); // } - } + //} /// /// Sends a set of four patches (x, x+1, ..., x+3) to the client -- cgit v1.1