summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodel.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-18 17:49:10 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-18 17:49:10 -0400
commit7b52a41e34e1fefd751d69be708b23df59774c6a (patch)
tree544e37171a3bd773331b4e72b7694637ecbd781b /indra/newview/llinventorymodel.h
parente3ceb10c48b7ce339fab8c3c7a726bd4bf2e30e8 (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.h3
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.