summaryrefslogtreecommitdiff
path: root/indra/llcommon/llfoldertype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llfoldertype.cpp')
-rw-r--r--indra/llcommon/llfoldertype.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/llfoldertype.cpp b/indra/llcommon/llfoldertype.cpp
index 079e670b1a..a5dd342be2 100644
--- a/indra/llcommon/llfoldertype.cpp
+++ b/indra/llcommon/llfoldertype.cpp
@@ -120,6 +120,8 @@ const std::string &LLFolderType::lookup(LLFolderType::EType folder_type)
// you can't change certain properties such as their type.
bool LLFolderType::lookupIsProtectedType(EType folder_type)
{
+ return FALSE;
+ /*
const LLFolderDictionary *dict = LLFolderDictionary::getInstance();
const FolderEntry *entry = dict->lookup(folder_type);
if (entry)
@@ -127,6 +129,7 @@ bool LLFolderType::lookupIsProtectedType(EType folder_type)
return entry->mIsProtected;
}
return true;
+ */
}
// static