* Refactor: Simplify InventoryFolderImpl. No functional change.

This commit is contained in:
Justin Clarke Casey
2009-05-04 15:02:14 +00:00
parent 36dd346a91
commit 509ec2637b
4 changed files with 76 additions and 187 deletions

View File

@@ -325,16 +325,13 @@ namespace OpenSim.Region.CoreModules.Agent.TextureSender
}
// Cache Decoded layers
lock (m_cacheddecode)
{
if (!m_cacheddecode.ContainsKey(AssetId))
m_cacheddecode.Add(AssetId, layers);
}
}
// Notify Interested Parties
lock (m_notifyList)
@@ -371,7 +368,6 @@ namespace OpenSim.Region.CoreModules.Agent.TextureSender
{
Createj2KCacheFolder(pFolder);
}
}
/// <summary>