# HG changeset patch # User Christian Hammond # Date 1070224418 0 # Node ID 3d49c33db741596442c798dc0c48119bbe65c89a # Parent 42e5d2f4e4b1b180f42acb8d51eff2d09a0158ee [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 diff -r 42e5d2f4e4b1 -r 3d49c33db741 src/blist.h --- 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.