diff options
Deleted some unused code.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs index 2eb59d2..6d85477 100644 --- a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs +++ b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | |||
@@ -177,23 +177,6 @@ namespace OpenSim.Framework.Communications.Caches | |||
177 | item.inventoryNextPermissions = 0; | 177 | item.inventoryNextPermissions = 0; |
178 | this.Items.Add(item.inventoryID, item); | 178 | this.Items.Add(item.inventoryID, item); |
179 | 179 | ||
180 | /* | ||
181 | item = new InventoryItemBase(); | ||
182 | item.avatarID = libOwner; | ||
183 | item.creatorsID = libOwner; | ||
184 | item.inventoryID = new LLUUID("00000000-0000-2222-4444-000000000001"); | ||
185 | item.assetID = new LLUUID("00000000-0000-2222-3333-000000000001"); | ||
186 | item.inventoryDescription = "Welcome"; | ||
187 | item.inventoryName = "Welcome"; | ||
188 | item.assetType = 7; | ||
189 | item.invType = 7; | ||
190 | item.parentFolderID = this.folderID; | ||
191 | item.inventoryCurrentPermissions = (1 << 15); | ||
192 | item.inventoryNextPermissions = (1 << 15); | ||
193 | item.inventoryEveryOnePermissions = (1 << 15); | ||
194 | item.inventoryBasePermissions = (1 << 15); | ||
195 | this.Items.Add(item.inventoryID, item); | ||
196 | */ | ||
197 | } | 180 | } |
198 | 181 | ||
199 | private void ReadItemsFromFile(IConfigSource source) | 182 | private void ReadItemsFromFile(IConfigSource source) |