diff mcabber/mcabber/roster.c @ 2288:ece02eb9c81d

Backed out changeset 1bb9002801e5
author Mikael Berthe <mikael@lilotux.net>
date Tue, 13 Dec 2016 22:26:45 +0100
parents 1bb9002801e5
children 0d350e979bde
line wrap: on
line diff
--- a/mcabber/mcabber/roster.c	Mon Nov 21 20:58:58 2016 +0100
+++ b/mcabber/mcabber/roster.c	Tue Dec 13 22:26:45 2016 +0100
@@ -23,8 +23,6 @@
 #include "utils.h"
 #include "hooks.h"
 
-int build_buddylist;
-
 extern void hlog_save_state(void);
 
 char *strrole[] = {   /* Should match enum in roster.h */
@@ -1034,8 +1032,6 @@
   // current_buddy initialization
   if (!current_buddy || (g_list_position(buddylist, current_buddy) == -1))
     current_buddy = g_list_first(buddylist);
-
-  build_buddylist = FALSE;
 }
 
 //  buddy_hide_group(roster, hide)