1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Drop some unneeded comments.

This commit is contained in:
Miciah Dashiel Butler Masters 2005-12-31 06:11:19 +00:00 committed by Miciah Dashiel Butler Masters
parent eee912f2c1
commit fca29e75f8
2 changed files with 0 additions and 4 deletions

View File

@ -32,8 +32,6 @@ struct cookie {
time_t expires; /* Expiration time. Zero means undefined */ time_t expires; /* Expiration time. Zero means undefined */
int secure; /* Did it have 'secure' attribute */ int secure; /* Did it have 'secure' attribute */
/* This is indeed maintained by cookies.c, not dialogs.c; much easier
* and simpler. */
struct listbox_item *box_item; struct listbox_item *box_item;
}; };

View File

@ -13,8 +13,6 @@ struct formhist_data {
/* List of submitted_values for this form */ /* List of submitted_values for this form */
struct list_head *submit; struct list_head *submit;
/* This is indeed maintained by formhist.c, not dialogs.c; much easier
* and simpler. */
struct listbox_item *box_item; struct listbox_item *box_item;
/* Whether to save this form or not. */ /* Whether to save this form or not. */