diff src/conversation.h @ 10805:4151d16f6348

[gaim-migrate @ 12453] i vote this goes away committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 10 Apr 2005 02:22:15 +0000
parents 4829abdc5c35
children 8d52201620d0
line wrap: on
line diff
--- a/src/conversation.h	Sat Apr 09 17:12:07 2005 +0000
+++ b/src/conversation.h	Sun Apr 10 02:22:15 2005 +0000
@@ -799,19 +799,6 @@
 GList *gaim_get_chats(void);
 
 /**
- * Finds the conversation with the specified type and name.  In most
- * cases you should use gaim_find_conversation_with_account() instead
- * of this.
- *
- * @param type The type of the conversation.
- * @param name The name of the conversation.
- *
- * @return The conversation if found, or @c NULL otherwise.
- */
-GaimConversation *gaim_find_conversation(GaimConversationType type,
-										 const char *name);
-
-/**
  * Finds a conversation with the specified type, name, and Gaim account.
  *
  * @param type The type of the conversation.