aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDiva Canto2010-08-04 07:50:34 -0700
committerDiva Canto2010-08-04 07:52:28 -0700
commit2f52a3a153bc45c236a8f994586760419b88e3d4 (patch)
treebdfc2b01e52f3a10cd8d8ba9af1bb92e137087cf /OpenSim
parentremove more useless defaults (diff)
downloadopensim-SC_OLD-2f52a3a153bc45c236a8f994586760419b88e3d4.zip
opensim-SC_OLD-2f52a3a153bc45c236a8f994586760419b88e3d4.tar.gz
opensim-SC_OLD-2f52a3a153bc45c236a8f994586760419b88e3d4.tar.bz2
opensim-SC_OLD-2f52a3a153bc45c236a8f994586760419b88e3d4.tar.xz
Removed a few more obsolete default configs.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Tools/Configger/ConfigurationLoader.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Tools/Configger/ConfigurationLoader.cs b/OpenSim/Tools/Configger/ConfigurationLoader.cs
index f82eb58..e74debb 100644
--- a/OpenSim/Tools/Configger/ConfigurationLoader.cs
+++ b/OpenSim/Tools/Configger/ConfigurationLoader.cs
@@ -241,16 +241,6 @@ namespace OpenSim.Tools.Configger
241 config.Set("EventQueue", true); 241 config.Set("EventQueue", true);
242 } 242 }
243 243
244 {
245 IConfig config = defaultConfig.Configs["Network"];
246
247 if (null == config)
248 config = defaultConfig.AddConfig("Network");
249
250 config.Set("default_location_x", 1000);
251 config.Set("default_location_y", 1000);
252 }
253
254 return defaultConfig; 244 return defaultConfig;
255 } 245 }
256 246