From c25ceb009e644579c56811faffded540658cd4dd Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 22 Apr 2009 19:43:58 +0000 Subject: * minor: remove some compiler warnings --- OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'OpenSim/Client/VWoHTTP/ClientStack') diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index badf918..bf622c6 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs @@ -12,21 +12,21 @@ namespace OpenSim.Client.VWoHTTP.ClientStack { class VWHClientView : IClientAPI { - private Scene m_scene; +// private Scene m_scene; public void ProcessInMsg(OSHttpRequest req, OSHttpResponse resp) { - string method = req.Url.AbsolutePath.Split('/')[2]; +// string method = req.Url.AbsolutePath.Split('/')[2]; } - private void ProcessAssetRequest(OSHttpRequest req, OSHttpResponse resp) - { - - } +// private void ProcessAssetRequest(OSHttpRequest req, OSHttpResponse resp) +// { +// +// } public VWHClientView(UUID sessionID, UUID agentID, string agentName, Scene scene) { - m_scene = scene; +// m_scene = scene; } #region Implementation of IClientAPI -- cgit v1.1