Remove obsolete/bogus comment
authorMikael Berthe <mikael@lilotux.net>
Sat, 06 Feb 2010 19:28:37 +0100
changeset 1694 bd60a275dbc2
parent 1693 32c6d81bd1ef
child 1695 8cec41ebecb3
Remove obsolete/bogus comment
mcabber/mcabber/screen.c
--- 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;