Removed a few more obsolete default configs.

This commit is contained in:
Diva Canto
2010-08-04 07:50:34 -07:00
parent 604ea5fa90
commit f72ab53699

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;
}