diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-18 17:49:10 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-18 17:49:10 -0400 |
commit | 7b52a41e34e1fefd751d69be708b23df59774c6a (patch) | |
tree | 544e37171a3bd773331b4e72b7694637ecbd781b /indra/newview/llinventorymodel.h | |
parent | e3ceb10c48b7ce339fab8c3c7a726bd4bf2e30e8 (diff) |
SH-4116 WIP - removed follow_folder_links behavior, which was used nowhere and isn't really desirable currently
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rw-r--r-- | indra/newview/llinventorymodel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h index 3aa29bd91d..0b017b7514 100644 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -213,8 +213,7 @@ public: cat_array_t& categories, item_array_t& items, BOOL include_trash, - LLInventoryCollectFunctor& add, - BOOL follow_folder_links = FALSE); + LLInventoryCollectFunctor& add); // Collect all items in inventory that are linked to item_id. // Assumes item_id is itself not a linked item. |