From f5609ba452ba019d2e84643a69c4776c9ec8af66 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 3 May 2008 18:01:38 +0000 Subject: * Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem() * Remove old framework asset transactions files which were region modularized --- OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications/Cache/CachedUserInfo.cs') diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs index aa27abd..ca9669a 100644 --- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs +++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs @@ -302,7 +302,7 @@ namespace OpenSim.Framework.Communications.Cache /// Add an item to the user's inventory /// /// - public void AddItem(LLUUID userID, InventoryItemBase itemInfo) + public void AddItem(InventoryItemBase itemInfo) { if (HasInventory) { -- cgit v1.1