diff options
author | Justin Clarke Casey | 2008-09-26 15:28:14 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-26 15:28:14 +0000 |
commit | 97323345ee7953258c6902138c50265eac39c319 (patch) | |
tree | 383249b76c73023a318c3e60f2b5968c630240a6 /OpenSim/Region/ClientStack | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=2274 (diff) | |
download | opensim-SC_OLD-97323345ee7953258c6902138c50265eac39c319.zip opensim-SC_OLD-97323345ee7953258c6902138c50265eac39c319.tar.gz opensim-SC_OLD-97323345ee7953258c6902138c50265eac39c319.tar.bz2 opensim-SC_OLD-97323345ee7953258c6902138c50265eac39c319.tar.xz |
* minor: remove warnings
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 6 |
1 files changed, 3 insertions, 3 deletions
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 | |||
1242 | /// Send terrain layer information to the client. | 1242 | /// Send terrain layer information to the client. |
1243 | /// </summary> | 1243 | /// </summary> |
1244 | /// <param name="o"></param> | 1244 | /// <param name="o"></param> |
1245 | private void DoSendWindData(object o) | 1245 | //private void DoSendWindData(object o) |
1246 | { | 1246 | //{ |
1247 | //float[] map = (float[])o; | 1247 | //float[] map = (float[])o; |
1248 | 1248 | ||
1249 | //try | 1249 | //try |
@@ -1268,7 +1268,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1268 | //{ | 1268 | //{ |
1269 | // m_log.Warn("[CLIENT]: ClientView.API.cs: SendLayerData() - Failed with exception " + e.ToString()); | 1269 | // m_log.Warn("[CLIENT]: ClientView.API.cs: SendLayerData() - Failed with exception " + e.ToString()); |
1270 | // } | 1270 | // } |
1271 | } | 1271 | //} |
1272 | 1272 | ||
1273 | /// <summary> | 1273 | /// <summary> |
1274 | /// Sends a set of four patches (x, x+1, ..., x+3) to the client | 1274 | /// Sends a set of four patches (x, x+1, ..., x+3) to the client |