diff options
author | Jeff Ames | 2009-06-04 01:37:31 +0000 |
---|---|---|
committer | Jeff Ames | 2009-06-04 01:37:31 +0000 |
commit | 2a855a6457307bd5a017272c745137c4a339e25a (patch) | |
tree | 26b53ff2b01be301c614168fa36ad60c1fbd9c5c /OpenSim/Region | |
parent | Fix comparison of UUID with null. (diff) | |
download | opensim-SC_OLD-2a855a6457307bd5a017272c745137c4a339e25a.zip opensim-SC_OLD-2a855a6457307bd5a017272c745137c4a339e25a.tar.gz opensim-SC_OLD-2a855a6457307bd5a017272c745137c4a339e25a.tar.bz2 opensim-SC_OLD-2a855a6457307bd5a017272c745137c4a339e25a.tar.xz |
Comment out unused private functions to avoid compiler warnings.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs b/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs index 756c517a..4224198 100644 --- a/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs +++ b/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs | |||
@@ -155,13 +155,14 @@ namespace OpenSim.Region.Framework.Scenes.Hypergrid | |||
155 | 155 | ||
156 | } | 156 | } |
157 | 157 | ||
158 | private void Dump(Dictionary<UUID, bool> lst) | 158 | // TODO: unused |
159 | { | 159 | // private void Dump(Dictionary<UUID, bool> lst) |
160 | m_log.Debug("XXX -------- UUID DUMP ------- XXX"); | 160 | // { |
161 | foreach (KeyValuePair<UUID, bool> kvp in lst) | 161 | // m_log.Debug("XXX -------- UUID DUMP ------- XXX"); |
162 | m_log.Debug(" >> " + kvp.Key + " (texture? " + kvp.Value + ")"); | 162 | // foreach (KeyValuePair<UUID, bool> kvp in lst) |
163 | m_log.Debug("XXX -------- UUID DUMP ------- XXX"); | 163 | // m_log.Debug(" >> " + kvp.Key + " (texture? " + kvp.Value + ")"); |
164 | } | 164 | // m_log.Debug("XXX -------- UUID DUMP ------- XXX"); |
165 | // } | ||
165 | 166 | ||
166 | #endregion | 167 | #endregion |
167 | 168 | ||