diff options
author | Eli Linden <eli@lindenlab.com> | 2011-03-10 12:18:27 -0800 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2011-03-10 12:18:27 -0800 |
commit | 70aff7fd157b1e2894a4d065caf9a63848d072b0 (patch) | |
tree | dee262d1b7ac3ef14eebeb71d55e9b0755209148 /indra/newview/llfriendcard.h | |
parent | 64e672d9d92d1b8f92e968b0164b2212a71120da (diff) | |
parent | 378585e7f089b62b7a0dd69adde48cd63fc7bacc (diff) |
Merge
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; |