diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-11-17 21:00:37 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-11-17 21:00:37 -0500 |
commit | 70d73152a6c38a2fb174a065b39b7d1625ad0326 (patch) | |
tree | d1fc2b3f0f12c6bfc47dab700164a9af60a312d3 | |
parent | 0f94b7ac3d7a3049586b6c1366722773725c5cec (diff) |
Revert accidental checkin that disabled protected folder types.
-rw-r--r-- | indra/llcommon/llfoldertype.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/llfoldertype.cpp b/indra/llcommon/llfoldertype.cpp index a5dd342be2..079e670b1a 100644 --- a/indra/llcommon/llfoldertype.cpp +++ b/indra/llcommon/llfoldertype.cpp @@ -120,8 +120,6 @@ 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) @@ -129,7 +127,6 @@ bool LLFolderType::lookupIsProtectedType(EType folder_type) return entry->mIsProtected; } return true; - */ } // static |