summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.cpp
diff options
context:
space:
mode:
authormaksymsproductengine <maksymsproductengine@lindenlab.com>2014-08-15 19:40:21 +0300
committermaksymsproductengine <maksymsproductengine@lindenlab.com>2014-08-15 19:40:21 +0300
commitb740891b1f19c3d0e9ee494ef3bdb8adc3dcb151 (patch)
treed6423ed2f233a40637c7b7a2c3bdc708f4d703bf /indra/newview/llinventorypanel.cpp
parent383edf8015743becc37650ab018a112b9ff347b1 (diff)
MAINT-4293 [BEAR] Very slow inventory fetch on Bear compared to current release: this change-set will does this issue not [BEAR] and reverts most part of fix for MAINT-1192.
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
-rwxr-xr-xindra/newview/llinventorypanel.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp
index 32e5675f5e..ce7d4f50ad 100755
--- a/indra/newview/llinventorypanel.cpp
+++ b/indra/newview/llinventorypanel.cpp
@@ -337,12 +337,6 @@ void LLInventoryPanel::setFilterTypes(U64 types, LLInventoryFilter::EFilterType
{
if (filter_type == LLInventoryFilter::FILTERTYPE_OBJECT)
{
- //Don't show folder without recent item in it
- if ("Recent Items" == getName())
- {
- types &= ~(0x1 << LLInventoryType::IT_CATEGORY);
- }
-
getFilter().setFilterObjectTypes(types);
}
if (filter_type == LLInventoryFilter::FILTERTYPE_CATEGORY)