diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-11-13 19:30:15 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-11-13 19:30:15 +0200 |
commit | 9420498eed9e819cdf1721174d6f1c94a3ca6e16 (patch) | |
tree | 801eed3067bb4ce768cee4f22ac64e0ae5d3b997 /indra/newview/llinventorypanel.h | |
parent | ac3db22abcb309898ae7e6dc683cdc80e6532da3 (diff) |
Buildfix
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index e13c68812e..2bcc3f3c0b 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -416,24 +416,4 @@ private: 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 |