# HG changeset patch # User Christian Hammond # Date 1062034335 0 # Node ID 8e03e9b54440dc663cfe96551b2216265043fde2 # Parent c3a50a8ba85ee7d70a7238a7b106dddbbd3f23c5 [gaim-migrate @ 7167] Removing Gaim::Conversations::find() in the perl module, as find_with_account() should be used. committer: Tailor Script diff -r c3a50a8ba85e -r 8e03e9b54440 plugins/perl/common/Conversation.xs --- a/plugins/perl/common/Conversation.xs Thu Aug 28 01:30:42 2003 +0000 +++ b/plugins/perl/common/Conversation.xs Thu Aug 28 01:32:15 2003 +0000 @@ -95,14 +95,6 @@ PROTOTYPES: ENABLE Gaim::Conversation -find(name) - const char *name -CODE: - RETVAL = gaim_find_conversation(name); -OUTPUT: - RETVAL - -Gaim::Conversation find_with_account(name, account) const char *name Gaim::Account account