Remove unused variable

This commit is contained in:
Berke Viktor 2013-05-12 06:19:42 +02:00
parent 9327a5c71f
commit 9c96528a98
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ static GtkWidget *edit_trees[N_TREES];
static ircnet *selected_net = NULL;
static ircserver *selected_serv = NULL;
static ircnet *fav_add_net = NULL; /* used in Add/Remove fav context menus */
static session *servlist_sess;
static void servlist_network_row_cb (GtkTreeSelection *sel, gpointer user_data);