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

iar_mods
Justin Clark-Casey (justincc) 2012-02-10 23:41:14 +00:00
parent 38f878952c
commit 71e484516a
1 changed files with 0 additions and 1 deletions

View File

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