summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindra/newview/llinventorypanel.cpp9
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()