hide the footprints of my previus bug ( take out comented code

LSLKeyTest
UbitUmarov 2016-07-07 15:30:07 +01:00
parent a4fc22a6b6
commit 416c02ef3a
1 changed files with 0 additions and 3 deletions

View File

@ -1219,7 +1219,6 @@ namespace OpenSim.Region.Framework.Scenes
Items.LockItemsForRead(false);
m_inventoryFileData = Utils.StringToBytes(invString.GetString());
// invString.Close();
if (m_inventoryFileData.Length > 2)
{
@ -1322,8 +1321,6 @@ namespace OpenSim.Region.Framework.Scenes
public void Close()
{
// BuildString.Clear();
// BuildString = null;
}
}