Skip to content
Snippets Groups Projects
Commit 70d73152 authored by Loren Shih's avatar Loren Shih
Browse files

Revert accidental checkin that disabled protected folder types.

parent 0f94b7ac
No related branches found
No related tags found
No related merge requests found
...@@ -120,8 +120,6 @@ const std::string &LLFolderType::lookup(LLFolderType::EType folder_type) ...@@ -120,8 +120,6 @@ const std::string &LLFolderType::lookup(LLFolderType::EType folder_type)
// you can't change certain properties such as their type. // you can't change certain properties such as their type.
bool LLFolderType::lookupIsProtectedType(EType folder_type) bool LLFolderType::lookupIsProtectedType(EType folder_type)
{ {
return FALSE;
/*
const LLFolderDictionary *dict = LLFolderDictionary::getInstance(); const LLFolderDictionary *dict = LLFolderDictionary::getInstance();
const FolderEntry *entry = dict->lookup(folder_type); const FolderEntry *entry = dict->lookup(folder_type);
if (entry) if (entry)
...@@ -129,7 +127,6 @@ bool LLFolderType::lookupIsProtectedType(EType folder_type) ...@@ -129,7 +127,6 @@ bool LLFolderType::lookupIsProtectedType(EType folder_type)
return entry->mIsProtected; return entry->mIsProtected;
} }
return true; return true;
*/
} }
// static // static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment