changeset 10001:4d2269c6c673

[gaim-migrate @ 10915] This function is no longer needed. It's handled by update_buddy_idle() and gaim_presence_set_idle() in status.c committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 09 Sep 2004 22:43:54 +0000
parents 3a701f15e45d
children 8ba9a9048d73
files src/blist.c
diffstat 1 files changed, 0 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/src/blist.c	Thu Sep 09 22:10:00 2004 +0000
+++ b/src/blist.c	Thu Sep 09 22:43:54 2004 +0000
@@ -349,24 +349,6 @@
 		ops->update(gaimbuddylist, (GaimBlistNode *)buddy);
 }
 
-#if 0
-void gaim_blist_update_buddy_idle(GaimBuddy *buddy, int idle)
-{
-	GaimBlistUiOps *ops = gaimbuddylist->ui_ops;
-
-	g_return_if_fail(buddy != NULL);
-
-	if (buddy->idle == idle)
-		return;
-
-	buddy->idle = idle;
-	gaim_contact_compute_priority_buddy(gaim_buddy_get_contact(buddy));
-
-	if (ops && ops->update)
-		ops->update(gaimbuddylist, (GaimBlistNode *)buddy);
-}
-#endif
-
 void gaim_blist_update_buddy_icon(GaimBuddy *buddy)
 {
 	GaimBlistUiOps *ops = gaimbuddylist->ui_ops;