diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-05-19 18:47:20 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-05-19 18:47:20 +0300 |
commit | c7dde30435c578b8fd4606135193e3ec8d31bd76 (patch) | |
tree | ca72152a79ef40912847350bea597269de600cc6 /indra/newview/llinventorymodel.h | |
parent | ed249c13af3509645089b280d3a594c29c216f68 (diff) |
MAINT-7424 Fixed number of items in the Trash not calculating correctly
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rw-r--r-- | indra/newview/llinventorymodel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h index da78a057b5..01e0ed7e9b 100644 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -265,8 +265,6 @@ public: // Follow parent chain to the top. bool getObjectTopmostAncestor(const LLUUID& object_id, LLUUID& result) const; - U32 getDescendentsCountRecursive(const LLUUID& id, U32 max_item_limit); - //-------------------------------------------------------------------- // Find //-------------------------------------------------------------------- |