summary refs log tree commit diff stats
path: root/src/fe-gtk/banlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-gtk/banlist.h')
-rw-r--r--src/fe-gtk/banlist.h1
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];