diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-08-07 17:32:25 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-08-07 17:32:25 +0300 |
commit | cf159e169573c18b259fdab3ace64c946a0620a1 (patch) | |
tree | cc23a998a3cc0e42f320e8c71fe0252b5a91d477 /indra | |
parent | c03e22e420a17e47b597c90978eb2f4d206f2ffe (diff) |
MAINT-4325 FIXED [BEAR] Fix to "Reset Filters" causes empty folders to appear in Recent tab of Inventory
Clean up - reverted fragment from MAINT-1192, it is no longer needed.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llinventorypanel.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 4491ec8488..32e5675f5e 100755 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -1492,8 +1492,6 @@ public: getFilter().setFilterCategoryTypes(getFilter().getFilterCategoryTypes() | (1ULL << LLFolderType::FT_INBOX)); } - /*virtual*/ void onVisibilityChange(BOOL new_visibility); - protected: LLInventoryRecentItemsPanel (const Params&); friend class LLUICtrlFactory; @@ -1506,13 +1504,6 @@ LLInventoryRecentItemsPanel::LLInventoryRecentItemsPanel( const Params& params) mInvFVBridgeBuilder = &RECENT_ITEMS_BUILDER; } -void LLInventoryRecentItemsPanel::onVisibilityChange(BOOL new_visibility) -{ - if(new_visibility) - { - getFilter().setModified(); - } -} namespace LLInitParam { void TypeValues<LLFolderType::EType>::declareValues() |