From a93ea1b90b7ba90936b497fb872a00f39f82ab22 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Sat, 9 Mar 2019 15:39:08 -0500 Subject: [PATCH] Remove duplicate code --- indra/newview/llinventoryfilter.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/indra/newview/llinventoryfilter.cpp b/indra/newview/llinventoryfilter.cpp index c1ecda034..4c8fc4dc9 100644 --- a/indra/newview/llinventoryfilter.cpp +++ b/indra/newview/llinventoryfilter.cpp @@ -140,13 +140,6 @@ bool LLInventoryFilter::checkFolder(const LLFolderViewFolder* folder) const bool LLInventoryFilter::checkFolder(const LLUUID& folder_id) const { - // when applying a filter, matching folders get their contents downloaded first - if (isNotDefault() - && !gInventory.isCategoryComplete(folder_id)) - { - LLInventoryModelBackgroundFetch::instance().start(folder_id); - } - // Always check against the clipboard const BOOL passed_clipboard = checkAgainstClipboard(folder_id);