diff options
author | Justin Clarke Casey | 2008-03-29 23:07:48 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-29 23:07:48 +0000 |
commit | a6999f8a5d011d7540c04fa5434864fab53b2ef8 (patch) | |
tree | 53692c377933279899cf39812bca0725b25c0a04 /OpenSim/Region/Communications/Local/LocalLoginService.cs | |
parent | * Tidy up 'show users' display (diff) | |
download | opensim-SC_OLD-a6999f8a5d011d7540c04fa5434864fab53b2ef8.zip opensim-SC_OLD-a6999f8a5d011d7540c04fa5434864fab53b2ef8.tar.gz opensim-SC_OLD-a6999f8a5d011d7540c04fa5434864fab53b2ef8.tar.bz2 opensim-SC_OLD-a6999f8a5d011d7540c04fa5434864fab53b2ef8.tar.xz |
* Refactor: Remove unused inventory methods, some of which weren't properly implemented anyway.
Diffstat (limited to 'OpenSim/Region/Communications/Local/LocalLoginService.cs')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs index 6bb505d..3cea82d 100644 --- a/OpenSim/Region/Communications/Local/LocalLoginService.cs +++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs | |||
@@ -216,7 +216,7 @@ namespace OpenSim.Region.Communications.Local | |||
216 | protected override InventoryData GetInventorySkeleton(LLUUID userID) | 216 | protected override InventoryData GetInventorySkeleton(LLUUID userID) |
217 | { | 217 | { |
218 | List<InventoryFolderBase> folders = m_Parent.InventoryService.GetInventorySkeleton(userID); | 218 | List<InventoryFolderBase> folders = m_Parent.InventoryService.GetInventorySkeleton(userID); |
219 | //List<InventoryFolderBase> folders = m_Parent.InventoryService.RequestFirstLevelFolders(userID); | 219 | |
220 | if (folders.Count > 0) | 220 | if (folders.Count > 0) |
221 | { | 221 | { |
222 | LLUUID rootID = LLUUID.Zero; | 222 | LLUUID rootID = LLUUID.Zero; |