summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodel.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2017-05-19 17:50:17 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2017-05-19 17:50:17 +0300
commited249c13af3509645089b280d3a594c29c216f68 (patch)
treed57d289bc9b31f15bdce68fecb2836f9ac9de31f /indra/newview/llinventorymodel.h
parentc7d7728e4a4caadac1875856d77b752bc36a2f56 (diff)
MAINT-7383 Show correct number of items including folder descendants
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rw-r--r--indra/newview/llinventorymodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h
index c558c0803b..da78a057b5 100644
--- a/indra/newview/llinventorymodel.h
+++ b/indra/newview/llinventorymodel.h
@@ -265,7 +265,6 @@ public:
// Follow parent chain to the top.
bool getObjectTopmostAncestor(const LLUUID& object_id, LLUUID& result) const;
-private:
U32 getDescendentsCountRecursive(const LLUUID& id, U32 max_item_limit);
//--------------------------------------------------------------------