Some problems in banlist.c are fixed

This commit is contained in:
RichardHitt
2014-06-17 17:16:45 -07:00
parent 62209618e1
commit 7374637d34
2 changed files with 7 additions and 8 deletions

View File

@@ -53,7 +53,6 @@ typedef struct banlist_info_s {
int current; /* index of currently processing mode */
int line_ct; /* count of presented lines */
int select_ct; /* count of selected lines */
/* Not really; 1 if any are selected otherwise 0 */
GtkWidget *window;
GtkWidget *treeview;
GtkWidget *checkboxes[MODE_CT];