diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/LoginResponse.cs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs index dccba1c..98a6cfc 100644 --- a/OpenSim/Framework/Communications/LoginResponse.cs +++ b/OpenSim/Framework/Communications/LoginResponse.cs | |||
@@ -55,7 +55,6 @@ namespace OpenSim.Framework.UserManagement | |||
55 | private ArrayList initialOutfit; | 55 | private ArrayList initialOutfit; |
56 | private ArrayList agentInventory; | 56 | private ArrayList agentInventory; |
57 | private ArrayList inventoryLibraryOwner; | 57 | private ArrayList inventoryLibraryOwner; |
58 | private ArrayList inventoryLibRoot; | ||
59 | private ArrayList inventoryLibrary; | 58 | private ArrayList inventoryLibrary; |
60 | 59 | ||
61 | private UserInfo userProfile; | 60 | private UserInfo userProfile; |
@@ -283,7 +282,6 @@ namespace OpenSim.Framework.UserManagement | |||
283 | responseData["inventory-skeleton"] = agentInventory; | 282 | responseData["inventory-skeleton"] = agentInventory; |
284 | responseData["inventory-skel-lib"] = inventoryLibrary; | 283 | responseData["inventory-skel-lib"] = inventoryLibrary; |
285 | responseData["inventory-root"] = inventoryRoot; | 284 | responseData["inventory-root"] = inventoryRoot; |
286 | responseData["inventory-lib-root"] = inventoryLibRoot; | ||
287 | responseData["gestures"] = new ArrayList(); // todo | 285 | responseData["gestures"] = new ArrayList(); // todo |
288 | responseData["inventory-lib-owner"] = inventoryLibraryOwner; | 286 | responseData["inventory-lib-owner"] = inventoryLibraryOwner; |
289 | responseData["initial-outfit"] = initialOutfit; | 287 | responseData["initial-outfit"] = initialOutfit; |
@@ -507,12 +505,6 @@ namespace OpenSim.Framework.UserManagement | |||
507 | set { inventoryLibraryOwner = value; } | 505 | set { inventoryLibraryOwner = value; } |
508 | } | 506 | } |
509 | 507 | ||
510 | public ArrayList InventoryLibRoot | ||
511 | { | ||
512 | get { return inventoryLibRoot; } | ||
513 | set { inventoryLibRoot = value; } | ||
514 | } | ||
515 | |||
516 | public string Home | 508 | public string Home |
517 | { | 509 | { |
518 | get { return home; } | 510 | get { return home; } |
@@ -591,4 +583,4 @@ namespace OpenSim.Framework.UserManagement | |||
591 | } | 583 | } |
592 | } | 584 | } |
593 | } | 585 | } |
594 | } | 586 | } \ No newline at end of file |