diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-04-21 12:12:04 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-04-21 12:12:04 +0300 |
commit | 2c88c74276ffd67ef511e4c3dabbf8e7c676b641 (patch) | |
tree | ebd2fd5e3f0be2aa191a490b95fc22e73a4d0fe4 /indra/newview/llinventorymodel.cpp | |
parent | b1fad32e8b50fc7bb09a45f3454c24d6efeb4b15 (diff) |
Revert "SL-12475 add Inventory Favorites tab"
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rw-r--r-- | indra/newview/llinventorymodel.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 48187c6179..28db6a5808 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -543,11 +543,6 @@ const LLUUID LLInventoryModel::findUserDefinedCategoryUUIDForType(LLFolderType:: cat_id = LLUUID(gSavedPerAccountSettings.getString("AnimationUploadFolder")); break; } - case LLFolderType::FT_FAVORITE: - { - cat_id = LLUUID(gSavedPerAccountSettings.getString("FavoritesFolder")); - break; - } default: break; } |