diff src/blist.c @ 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 a511fb614157
children 54ac161a876e
line wrap: on
line diff
--- a/src/blist.c	Wed Feb 02 17:13:41 2005 +0000
+++ b/src/blist.c	Thu Feb 03 15:37:13 2005 +0000
@@ -801,21 +801,6 @@
 		ops->update(gaimbuddylist, (GaimBlistNode *)buddy);
 }
 
-void gaim_blist_update_buddy_signon(GaimBuddy *buddy, time_t signon)
-{
-	GaimBlistUiOps *ops = gaimbuddylist->ui_ops;
-
-	g_return_if_fail(buddy != NULL);
-
-	if (buddy->signon == signon)
-		return;
-
-	buddy->signon = signon;
-
-	if (ops && ops->update)
-		ops->update(gaimbuddylist, (GaimBlistNode *)buddy);
-}
-
 void gaim_blist_update_buddy_icon(GaimBuddy *buddy)
 {
 	GaimBlistUiOps *ops = gaimbuddylist->ui_ops;