Removed a few more obsolete default configs.

0.7.0.1-release
Diva Canto 2010-08-04 07:50:34 -07:00
parent 8b6f39b206
commit 2f52a3a153
1 changed files with 0 additions and 10 deletions

View File

@ -241,16 +241,6 @@ namespace OpenSim.Tools.Configger
config.Set("EventQueue", true);
}
{
IConfig config = defaultConfig.Configs["Network"];
if (null == config)
config = defaultConfig.AddConfig("Network");
config.Set("default_location_x", 1000);
config.Set("default_location_y", 1000);
}
return defaultConfig;
}