diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp
index 4491ec8488c9d7f78114c7171db7c07d4edcca45..32e5675f5ea78fcb01ed27b0e1fce5a6ccf33324 100755
--- a/indra/newview/llinventorypanel.cpp
+++ b/indra/newview/llinventorypanel.cpp
@@ -1492,8 +1492,6 @@ class LLInventoryRecentItemsPanel : public LLInventoryPanel
 		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()