summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodel.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-12-03 16:35:07 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-12-03 16:35:07 -0500
commit1320e5ddcd9fc3be526dcacbf4710f8bcf878665 (patch)
treee79afb0df339bce9a0898b4f6069a86aa6cfac49 /indra/newview/llinventorymodel.h
parent940cde3938217daf348bd62f719cae262bad86b0 (diff)
SH-4640 WIP - use backlinks in inventory
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rwxr-xr-xindra/newview/llinventorymodel.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h
index 0bb89bc5d4..1e18adf8d6 100755
--- a/indra/newview/llinventorymodel.h
+++ b/indra/newview/llinventorymodel.h
@@ -226,9 +226,7 @@ public:
// Collect all items in inventory that are linked to item_id.
// Assumes item_id is itself not a linked item.
- item_array_t collectLinksTo(const LLUUID& item_id,
- const LLUUID& start_folder_id = LLUUID::null);
-
+ item_array_t collectLinksTo(const LLUUID& item_id);
// Check if one object has a parent chain up to the category specified by UUID.
BOOL isObjectDescendentOf(const LLUUID& obj_id, const LLUUID& cat_id) const;