diff src/prpl.h @ 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 d01d81de94d8
children 11e465b55fe6
line wrap: on
line diff
--- a/src/prpl.h	Mon Apr 25 03:55:11 2005 +0000
+++ b/src/prpl.h	Mon Apr 25 04:03:16 2005 +0000
@@ -325,11 +325,9 @@
  * This is meant to be called from protocol plugins.
  *
  * @param account    The account the user is on.
- * @param name       Name of the user.
  * @param login_time The user's log-in time.
  */
-void gaim_prpl_got_account_login_time(GaimAccount *account, const char *name,
-									  time_t login_time);
+void gaim_prpl_got_account_login_time(GaimAccount *account, time_t login_time);
 
 /**
  * Notifies Gaim that an account's status has changed.