diff src/blist.h @ 10567:54f7939df8e3

[gaim-migrate @ 11951] 1) fix the Logged in: thing in tooltips because it disappeared in the status re-write 2) fix the logged in 49 thousand odd days here too committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 03 Feb 2005 15:37:13 +0000
parents 62fc579810f4
children 54ac161a876e
line wrap: on
line diff
--- a/src/blist.h	Wed Feb 02 17:13:41 2005 +0000
+++ b/src/blist.h	Thu Feb 03 15:37:13 2005 +0000
@@ -113,7 +113,6 @@
 	char *server_alias;                     /**< The server-specified alias of the buddy.  (i.e. MSN "Friendly Names") */
 	GaimBuddyPresenceState present;         /**< This is 0 if the buddy appears offline, 1 if he appears online, and 2 if
 						    he has recently signed on */
-	time_t signon;                          /**< The time the buddy signed on. */
 	int uc;                                 /**< This is a cryptic bitmask that makes sense only to the prpl.  This will get changed */
 	void *proto_data;                       /**< This allows the prpl to associate whatever data it wants with a buddy */
 	GaimBuddyIcon *icon;                    /**< The buddy icon. */
@@ -260,14 +259,6 @@
 void gaim_blist_update_buddy_status(GaimBuddy *buddy, GaimStatus *old_status);
 
 /**
- * Updates a buddy's signon time.
- *
- * @param buddy  The buddy whose sign-on time has changed.
- * @param signon The buddy's signon time since the dawn of the UNIX epoch.
- */
-void gaim_blist_update_buddy_signon(GaimBuddy *buddy, time_t signon);
-
-/**
  * Updates a buddy's icon.
  *
  * @param buddy  The buddy whose buddy icon has changed