From 3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 25 Aug 2008 21:35:22 +0000 Subject: * zap compilation warnings --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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 private RequestPayPrice handlerRequestPayPrice = null; private ObjectSaleInfo handlerObjectSaleInfo = null; private ObjectBuy handlerObjectBuy = null; - private BuyObjectInventory handlerBuyObjectInventory = null; + //private BuyObjectInventory handlerBuyObjectInventory = null; private ObjectDeselect handlerObjectDetach = null; private AgentSit handlerOnUndo = null; -- cgit v1.1