diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h
index e13c68812ebf2ae9e4ee6e22e48cfa5933ccc3f2..2bcc3f3c0bc402d609f43f396d2a365923d92057 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