minor: Remove warning from RegionInfo due to repeated config.GetString() call where the first was unused.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-02-10 23:41:14 +00:00
parent 38f878952c
commit 71e484516a

View File

@@ -625,7 +625,6 @@ namespace OpenSim.Framework
foreach (String s in allKeys)
{
string val = config.GetString(s);
SetOtherSetting(s, config.GetString(s));
}
}