diff options
author | RichardHitt <rbh00@netcom.com> | 2014-06-17 17:16:45 -0700 |
---|---|---|
committer | RichardHitt <rbh00@netcom.com> | 2014-06-17 17:16:45 -0700 |
commit | 7374637d34a4eb1b0e7461e2721fe936e6f31105 (patch) | |
tree | d725c1c7604c05372aa962de269f33ea22373d11 /src/fe-gtk/banlist.h | |
parent | 62209618e148b18cc508a6af51235c660ee9799a (diff) |
Some problems in banlist.c are fixed
Diffstat (limited to 'src/fe-gtk/banlist.h')
-rw-r--r-- | src/fe-gtk/banlist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fe-gtk/banlist.h b/src/fe-gtk/banlist.h index 899ee5e5..ee31c2f8 100644 --- a/src/fe-gtk/banlist.h +++ b/src/fe-gtk/banlist.h @@ -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]; |