Remove attempt to hide empty filtered folders because it now hides all empty folders instead.

master
Zi Ree 2021-02-22 12:57:28 +01:00
parent 9a459765d5
commit cfc11c2339
1 changed files with 0 additions and 7 deletions

View File

@ -567,13 +567,6 @@ bool LLInventoryFilter::checkAgainstPermissions(const LLFolderViewModelItemInven
{
if (!listener) return FALSE;
// <FS:Zi> Fix empty filtered folders still showing
if (listener->getInventoryType() == LLInventoryType::IT_CATEGORY)
{
return false;
}
// </FS:Zi>
PermissionMask perm = listener->getPermissionMask();
const LLInvFVBridge *bridge = dynamic_cast<const LLInvFVBridge *>(listener);
if (bridge && bridge->isLink())