Remove duplicate code

This commit is contained in:
Lirusaito
2019-03-09 15:39:08 -05:00
parent f1bb636f91
commit a93ea1b90b

View File

@@ -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);