diff src/blist.h @ 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 53c86d59f20b
children 1d0314b99747
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.