aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-08-25 21:35:22 +0000
committerJustin Clarke Casey2008-08-25 21:35:22 +0000
commit3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f (patch)
treec114cea9e8230bcebf273bc87504fc82c0637b6e /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parent* Deal with a WebException thrown if a grid server cannot be contacted for re... (diff)
downloadopensim-SC_OLD-3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f.zip
opensim-SC_OLD-3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f.tar.gz
opensim-SC_OLD-3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f.tar.bz2
opensim-SC_OLD-3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f.tar.xz
* zap compilation warnings
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index a30cafd..62bcae7 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -237,7 +237,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
237 private RequestPayPrice handlerRequestPayPrice = null; 237 private RequestPayPrice handlerRequestPayPrice = null;
238 private ObjectSaleInfo handlerObjectSaleInfo = null; 238 private ObjectSaleInfo handlerObjectSaleInfo = null;
239 private ObjectBuy handlerObjectBuy = null; 239 private ObjectBuy handlerObjectBuy = null;
240 private BuyObjectInventory handlerBuyObjectInventory = null; 240 //private BuyObjectInventory handlerBuyObjectInventory = null;
241 private ObjectDeselect handlerObjectDetach = null; 241 private ObjectDeselect handlerObjectDetach = null;
242 private AgentSit handlerOnUndo = null; 242 private AgentSit handlerOnUndo = null;
243 243