summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodel.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-04-21 12:12:04 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-04-21 12:12:04 +0300
commit2c88c74276ffd67ef511e4c3dabbf8e7c676b641 (patch)
treeebd2fd5e3f0be2aa191a490b95fc22e73a4d0fe4 /indra/newview/llinventorymodel.cpp
parentb1fad32e8b50fc7bb09a45f3454c24d6efeb4b15 (diff)
Revert "SL-12475 add Inventory Favorites tab"
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rw-r--r--indra/newview/llinventorymodel.cpp5
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;
}