diff src/prpl.c @ 10870:b75ce371c812

[gaim-migrate @ 12557] Elimidate a parameter that shouldn't-a-been there committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 25 Apr 2005 04:03:16 +0000
parents 0ad82505bde8
children 90be432e8385
line wrap: on
line diff
--- a/src/prpl.c	Mon Apr 25 03:55:11 2005 +0000
+++ b/src/prpl.c	Mon Apr 25 04:03:16 2005 +0000
@@ -43,13 +43,11 @@
 }
 
 void
-gaim_prpl_got_account_login_time(GaimAccount *account, const char *name,
-		time_t login_time)
+gaim_prpl_got_account_login_time(GaimAccount *account, time_t login_time)
 {
 	GaimPresence *presence;
 
 	g_return_if_fail(account != NULL);
-	g_return_if_fail(name != NULL && *name != '\0');
 	g_return_if_fail(gaim_account_is_connected(account));
 
 	if (login_time == 0)