diff options
Diffstat (limited to 'OpenSim/Grid/InventoryServer')
-rw-r--r-- | OpenSim/Grid/InventoryServer/InventoryManager.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Grid/InventoryServer/InventoryManager.cs b/OpenSim/Grid/InventoryServer/InventoryManager.cs index 1d4a4e3..5c65317 100644 --- a/OpenSim/Grid/InventoryServer/InventoryManager.cs +++ b/OpenSim/Grid/InventoryServer/InventoryManager.cs | |||
@@ -71,12 +71,8 @@ namespace OpenSim.Grid.InventoryServer | |||
71 | "Invenstorage: Added IInventoryData Interface"); | 71 | "Invenstorage: Added IInventoryData Interface"); |
72 | break; | 72 | break; |
73 | } | 73 | } |
74 | |||
75 | typeInterface = null; | ||
76 | } | 74 | } |
77 | } | 75 | } |
78 | |||
79 | pluginAssembly = null; | ||
80 | } | 76 | } |
81 | 77 | ||
82 | protected static SerializableInventory loadInventoryFromXmlFile(string fileName) | 78 | protected static SerializableInventory loadInventoryFromXmlFile(string fileName) |