aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2018-12-07 03:34:42 +0000
committerUbitUmarov2018-12-07 03:34:42 +0000
commit144f353d50421764d35a9912753005dfa8474cd7 (patch)
treebd11fec86fb29447bf1cc6736ee690abc0107511
parentdisable GetAsset (ViewerAsset) cap. Current viewers implementation is not com... (diff)
downloadopensim-SC-144f353d50421764d35a9912753005dfa8474cd7.zip
opensim-SC-144f353d50421764d35a9912753005dfa8474cd7.tar.gz
opensim-SC-144f353d50421764d35a9912753005dfa8474cd7.tar.bz2
opensim-SC-144f353d50421764d35a9912753005dfa8474cd7.tar.xz
remove a warning
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/GetAssetsModule.cs4
1 files 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
59 private string m_GetTextureURL; 59 private string m_GetTextureURL;
60 private string m_GetMeshURL; 60 private string m_GetMeshURL;
61 private string m_GetMesh2URL; 61 private string m_GetMesh2URL;
62 private string m_GetAssetURL; 62// private string m_GetAssetURL;
63 63
64 class APollRequest 64 class APollRequest
65 { 65 {
@@ -87,7 +87,7 @@ namespace OpenSim.Region.ClientStack.Linden
87 private Dictionary<UUID, string> m_capsDictTexture = new Dictionary<UUID, string>(); 87 private Dictionary<UUID, string> m_capsDictTexture = new Dictionary<UUID, string>();
88 private Dictionary<UUID, string> m_capsDictGetMesh = new Dictionary<UUID, string>(); 88 private Dictionary<UUID, string> m_capsDictGetMesh = new Dictionary<UUID, string>();
89 private Dictionary<UUID, string> m_capsDictGetMesh2 = new Dictionary<UUID, string>(); 89 private Dictionary<UUID, string> m_capsDictGetMesh2 = new Dictionary<UUID, string>();
90 private Dictionary<UUID, string> m_capsDictGetAsset = new Dictionary<UUID, string>(); 90 //private Dictionary<UUID, string> m_capsDictGetAsset = new Dictionary<UUID, string>();
91 91
92 #region Region Module interfaceBase Members 92 #region Region Module interfaceBase Members
93 93