Merge pull request #472 from RichardHitt/master

Delete two banlist_info members, unused
This commit is contained in:
RichardHitt 2013-03-24 21:09:33 -07:00
commit a6042f38b4
1 changed files with 0 additions and 2 deletions

View File

@ -49,12 +49,10 @@ typedef struct banlist_info_s {
/* Not really; 1 if any are selected otherwise 0 */
GtkWidget *window;
GtkWidget *treeview;
GtkWidget *radios[MODE_CT];
GtkWidget *checkboxes[MODE_CT];
GtkWidget *but_remove;
GtkWidget *but_crop;
GtkWidget *but_clear;
GtkWidget *but_refresh;
GtkWidget *checkbox[MODE_CT]; /* Checkbox widget for mode */
} banlist_info;
#endif /* BANLIST_H */