# HG changeset patch # User Mark Doliner # Date 1109134203 0 # Node ID cbd13a12d9beeb32cc338bd54dafe2bb60595405 # Parent 18223e71ced72788791f83905a61ee94f883064a [gaim-migrate @ 12112] This doesn't compile. That was silly of me. committer: Tailor Script diff -r 18223e71ced7 -r cbd13a12d9be plugins/perl/common/BuddyList.xs --- a/plugins/perl/common/BuddyList.xs Wed Feb 23 04:31:38 2005 +0000 +++ b/plugins/perl/common/BuddyList.xs Wed Feb 23 04:50:03 2005 +0000 @@ -65,20 +65,6 @@ g_slist_free(l); -void -get_buddies(account) - Gaim::Account account -PREINIT: - GSList *l; -PPCODE: - for (l = gaim_get_account_buddies(account); l != NULL; l = l->next) - { - XPUSHs(sv_2mortal(gaim_perl_bless_object(l->data, - "Gaim::BuddyList::Buddy"))); - } - - g_slist_free(l); - Gaim::BuddyList::Group find_group(name) const char *name