From 144f353d50421764d35a9912753005dfa8474cd7 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 7 Dec 2018 03:34:42 +0000 Subject: remove a warning --- OpenSim/Region/ClientStack/Linden/Caps/GetAssetsModule.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetAssetsModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetAssetsModule.cs index b30d949..f95b1a4 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetAssetsModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetAssetsModule.cs @@ -59,7 +59,7 @@ namespace OpenSim.Region.ClientStack.Linden private string m_GetTextureURL; private string m_GetMeshURL; private string m_GetMesh2URL; - private string m_GetAssetURL; +// private string m_GetAssetURL; class APollRequest { @@ -87,7 +87,7 @@ namespace OpenSim.Region.ClientStack.Linden private Dictionary m_capsDictTexture = new Dictionary(); private Dictionary m_capsDictGetMesh = new Dictionary(); private Dictionary m_capsDictGetMesh2 = new Dictionary(); - private Dictionary m_capsDictGetAsset = new Dictionary(); + //private Dictionary m_capsDictGetAsset = new Dictionary(); #region Region Module interfaceBase Members -- cgit v1.1