Mercurial > pidgin.yaz
changeset 7674:3d49c33db741
[gaim-migrate @ 8318]
If we aren't going to have gaim_find_contact(), then it shouldn't be in
blist.h either.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 30 Nov 2003 20:33:38 +0000 |
parents | 42e5d2f4e4b1 |
children | 66d9440db6ec |
files | src/blist.h |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/src/blist.h Sun Nov 30 18:15:22 2003 +0000 +++ b/src/blist.h Sun Nov 30 20:33:38 2003 +0000 @@ -571,15 +571,6 @@ GaimGroup *gaim_find_group(const char *name); /** - * Finds a contact - * - * @param group The group to look in - * @param name The name to look for - * @return The contact or NULL if the contact does not exist - */ -GaimContact *gaim_find_contact(GaimGroup *group, const char *name); - -/** * Finds a chat by name. * * @param account The chat's account.