diff options
author | Justin Clarke Casey | 2009-04-22 19:43:58 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-22 19:43:58 +0000 |
commit | c25ceb009e644579c56811faffded540658cd4dd (patch) | |
tree | a0f00bac45c3118c199e736795fc2f6ae23a5ecb /OpenSim/Client/VWoHTTP/VWoHTTPModule.cs | |
parent | Thank you kindly, TLaukkan, for a patch that: (diff) | |
download | opensim-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 'OpenSim/Client/VWoHTTP/VWoHTTPModule.cs')
-rw-r--r-- | OpenSim/Client/VWoHTTP/VWoHTTPModule.cs | 2 |
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 | ||