From d8da1b7ab503422f79b521e182653ad543f61904 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Sat, 2 Mar 2019 13:52:37 -0500 Subject: [PATCH] Cleanup some favorites code --- indra/newview/llfolderview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp index 28c682544..67281e099 100644 --- a/indra/newview/llfolderview.cpp +++ b/indra/newview/llfolderview.cpp @@ -2163,8 +2163,8 @@ void LLFolderView::doIdle() return; } - LLFavoritesOrderStorage::instance(); // Singu TODO: Favorites bar. - BOOL collectFavoriteItems(LLInventoryModel::item_array_t&); + // We have all items, now we can save them to favorites + BOOL collectFavoriteItems(LLInventoryModel::item_array_t&); // Singu TODO: Proper Favorites Bar LLInventoryModel::item_array_t items; collectFavoriteItems(items);