diff options
author | Merov Linden <merov@lindenlab.com> | 2011-03-09 21:17:29 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-03-09 21:17:29 -0800 |
commit | 18a66fb7618c80108d224c9b1c3ff14cc5f3a87f (patch) | |
tree | 6ff3da645b7d076f4dee2538c6d596e681c90a90 /indra/newview/llfriendcard.h | |
parent | 7f42c02cad9dbd068bc49bed4b6cd18fd8fff606 (diff) | |
parent | 0c02401498521f87d38778df0e795960aa5445e1 (diff) |
Pull from viewer-development
Diffstat (limited to 'indra/newview/llfriendcard.h')
-rw-r--r-- | indra/newview/llfriendcard.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/indra/newview/llfriendcard.h b/indra/newview/llfriendcard.h index b7f0bada14..48a9f70079 100644 --- a/indra/newview/llfriendcard.h +++ b/indra/newview/llfriendcard.h @@ -79,19 +79,6 @@ public: */ void syncFriendCardsFolders(); - /*! - * \brief - * Collects folders' IDs with the buddies' IDs in the Inventory Calling Card/Friends folder. - * - * \param folderBuddiesMap - * map into collected data will be put. It will be cleared before adding new data. - * - * Each item in the out map is a pair where first is an LLViewerInventoryCategory UUID, - * second is a vector with UUID of Avatars from this folder. - * - */ - void collectFriendsLists(folderid_buddies_map_t& folderBuddiesMap) const; - private: typedef boost::function<void()> callback_t; |