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);