diff options
author | Merov Linden <merov@lindenlab.com> | 2012-07-19 20:38:07 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-07-19 20:38:07 -0700 |
commit | efa73d4975afda19ee5255d5cca33fa96fc21eb4 (patch) | |
tree | 6fceea8d9359380c337d7f0f67e612bfb3dbe8be /indra/newview/llinventorypanel.h | |
parent | 15f6f877f923ecc85489c0159ca62deb02de1201 (diff) |
CHUI-236 : WIP : Places panel works for My Inventory but still empty lists for Favorites Bar, My Landmarks and Library.
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index 465ccdd582..4fcc93b0c4 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -237,7 +237,6 @@ public: protected: // Builds the UI. Call this once the inventory is usable. void initializeViews(); - LLFolderViewItem* rebuildViewsFor(const LLUUID& id); // Given the id and the parent, build all of the folder views. virtual void buildFolderView(const LLInventoryPanel::Params& params); LLFolderViewItem* buildNewViews(const LLUUID& id); |