diff plugins/perl/common/Prpl.xs @ 11262:ecbbe6d18b0d

[gaim-migrate @ 13440] Removing warning from perl, also. Remove some outdated files from libfaim. Fix a minor warning in gtkdebug.c committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 14 Aug 2005 15:58:57 +0000
parents 134d0001983d
children b284c703d398
line wrap: on
line diff
--- a/plugins/perl/common/Prpl.xs	Sun Aug 14 06:55:57 2005 +0000
+++ b/plugins/perl/common/Prpl.xs	Sun Aug 14 15:58:57 2005 +0000
@@ -49,12 +49,6 @@
 	time_t login_time
 
 void 
-gaim_prpl_got_account_warning_level(account, username, level)
-	Gaim::Account account
-	const char *username
-	unsigned int level
-
-void 
 gaim_prpl_got_user_idle(account, name, idle, idle_time)
 	Gaim::Account account
 	const char *name
@@ -67,9 +61,3 @@
 	const char *name
 	time_t login_time
 
-void 
-gaim_prpl_got_user_warning_level(account, name, level)
-	Gaim::Account account
-	const char *name
-	unsigned int level
-