diff plugins/perl/common/BuddyList.xs @ 11290:b284c703d398

[gaim-migrate @ 13490] Did some house cleaning on the code finished up some of the "TODO" stuff that was left over from when I originally did the XSUBs. Furthermore, the dynamically loaded Perl package problems should be corrected now that the context is set before one of the concurrent perl interpreters is run. committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Thu, 18 Aug 2005 01:35:14 +0000
parents ece127d56c14
children 980c877bd238
line wrap: on
line diff
--- a/plugins/perl/common/BuddyList.xs	Wed Aug 17 21:42:28 2005 +0000
+++ b/plugins/perl/common/BuddyList.xs	Thu Aug 18 01:35:14 2005 +0000
@@ -1,23 +1,6 @@
 #include "module.h"
 #include "../perl-handlers.h"
 
-/*
-TODO
-
-void *
-gaim_blist_node_action_new(label, cb, data, children)
-	char * label
-	SV * cb
-	SV * data
-	SV * children
-CODE:
-	RETVAL = gaim_perl_blist_node_action(label, cb, data, children);
-OUTPUT:
-	RETVAL
-
-*/
-
-
 MODULE = Gaim::BuddyList  PACKAGE = Gaim::BuddyList  PREFIX = gaim_
 PROTOTYPES: ENABLE