changeset 1694:bd60a275dbc2

Remove obsolete/bogus comment
author Mikael Berthe <mikael@lilotux.net>
date Sat, 06 Feb 2010 19:28:37 +0100
parents 32c6d81bd1ef
children 8cec41ebecb3
files mcabber/mcabber/screen.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/mcabber/screen.c	Sat Feb 06 19:01:06 2010 +0100
+++ b/mcabber/mcabber/screen.c	Sat Feb 06 19:28:37 2010 +0100
@@ -2265,8 +2265,6 @@
   if (chatmode)
     buddy_setflags(BUDDATA(current_buddy), ROSTER_FLAG_LOCK, TRUE);
   // We should rebuild the buddylist but not everytime
-  // Here we check if we were locking a buddy who is actually offline,
-  // and hide_offline_buddies is TRUE.  In which case we need to rebuild.
   if (!(buddylist_get_filter() & 1<<prev_st))
     buddylist_build();
   update_roster = TRUE;