From 9420498eed9e819cdf1721174d6f1c94a3ca6e16 Mon Sep 17 00:00:00 2001
From: Andrey Lihatskiy <alihatskiy@productengine.com>
Date: Fri, 13 Nov 2020 19:30:15 +0200
Subject: [PATCH] Buildfix

---
 indra/newview/llinventorypanel.h | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h
index e13c68812eb..2bcc3f3c0bc 100644
--- a/indra/newview/llinventorypanel.h
+++ b/indra/newview/llinventorypanel.h
@@ -416,24 +416,4 @@ class LLAssetFilteredInventoryPanel : public LLInventoryPanel
     LLAssetType::EType mAssetType;
 };
 
-
-class LLInventoryFavoriteItemsPanel : public LLInventoryPanel
-{
-public:
-    struct Params : public LLInitParam::Block<Params, LLInventoryPanel::Params>
-    {};
-
-    void initFromParams(const Params& p);
-    bool isSelectionRemovable() { return false; }
-    void setSelectCallback(const boost::function<void(const std::deque<LLFolderViewItem*>& items, BOOL user_action)>& cb);
-
-protected:
-    LLInventoryFavoriteItemsPanel(const Params& params);
-    ~LLInventoryFavoriteItemsPanel() { mFolderChangedSignal.disconnect(); }
-    void updateFavoritesRootFolder();
-
-    boost::signals2::connection mFolderChangedSignal;
-    boost::function<void(const std::deque<LLFolderViewItem*>& items, BOOL user_action)> mSelectionCallback;
-    friend class LLUICtrlFactory;
-};
 #endif // LL_LLINVENTORYPANEL_H
-- 
GitLab