diff options
author | Justin Clarke Casey | 2009-02-11 20:36:17 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-11 20:36:17 +0000 |
commit | 83105211bc7689ddabaebd7bf5047dd93a7fb427 (patch) | |
tree | 43d9a4c80013644fdf838c8e8aa769e4c1f90074 /OpenSim/Region/Application/HGOpenSimNode.cs | |
parent | * When an inventory archive is loaded, immediately update the client's invent... (diff) | |
download | opensim-SC_OLD-83105211bc7689ddabaebd7bf5047dd93a7fb427.zip opensim-SC_OLD-83105211bc7689ddabaebd7bf5047dd93a7fb427.tar.gz opensim-SC_OLD-83105211bc7689ddabaebd7bf5047dd93a7fb427.tar.bz2 opensim-SC_OLD-83105211bc7689ddabaebd7bf5047dd93a7fb427.tar.xz |
* minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/Application/HGOpenSimNode.cs')
-rw-r--r-- | OpenSim/Region/Application/HGOpenSimNode.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/HGOpenSimNode.cs b/OpenSim/Region/Application/HGOpenSimNode.cs index 6f6d6cb..03e22ca 100644 --- a/OpenSim/Region/Application/HGOpenSimNode.cs +++ b/OpenSim/Region/Application/HGOpenSimNode.cs | |||
@@ -244,6 +244,7 @@ namespace OpenSim | |||
244 | } | 244 | } |
245 | } | 245 | } |
246 | 246 | ||
247 | /* | ||
247 | private void LoadXmlLinkFile(string[] cmdparams) | 248 | private void LoadXmlLinkFile(string[] cmdparams) |
248 | { | 249 | { |
249 | try | 250 | try |
@@ -289,6 +290,7 @@ namespace OpenSim | |||
289 | Console.WriteLine(e.ToString()); | 290 | Console.WriteLine(e.ToString()); |
290 | } | 291 | } |
291 | } | 292 | } |
293 | */ | ||
292 | 294 | ||
293 | private void ReadLinkFromConfig(IConfig config) | 295 | private void ReadLinkFromConfig(IConfig config) |
294 | { | 296 | { |