aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/VWoHTTP/VWoHTTPModule.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-04-22 19:43:58 +0000
committerJustin Clarke Casey2009-04-22 19:43:58 +0000
commitc25ceb009e644579c56811faffded540658cd4dd (patch)
treea0f00bac45c3118c199e736795fc2f6ae23a5ecb /OpenSim/Client/VWoHTTP/VWoHTTPModule.cs
parentThank you kindly, TLaukkan, for a patch that: (diff)
downloadopensim-SC_OLD-c25ceb009e644579c56811faffded540658cd4dd.zip
opensim-SC_OLD-c25ceb009e644579c56811faffded540658cd4dd.tar.gz
opensim-SC_OLD-c25ceb009e644579c56811faffded540658cd4dd.tar.bz2
opensim-SC_OLD-c25ceb009e644579c56811faffded540658cd4dd.tar.xz
* minor: remove some compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Client/VWoHTTP/VWoHTTPModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/VWoHTTP/VWoHTTPModule.cs b/OpenSim/Client/VWoHTTP/VWoHTTPModule.cs
index f698c8c..451bf1e 100644
--- a/OpenSim/Client/VWoHTTP/VWoHTTPModule.cs
+++ b/OpenSim/Client/VWoHTTP/VWoHTTPModule.cs
@@ -18,7 +18,7 @@ namespace OpenSim.Client.VWoHTTP
18 18
19 private readonly List<Scene> m_scenes = new List<Scene>(); 19 private readonly List<Scene> m_scenes = new List<Scene>();
20 20
21 private Dictionary<UUID, VWHClientView> m_clients = new Dictionary<UUID, VWHClientView>(); 21 //private Dictionary<UUID, VWHClientView> m_clients = new Dictionary<UUID, VWHClientView>();
22 22
23 #region Implementation of IRegionModule 23 #region Implementation of IRegionModule
24 24