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:
parent
eee912f2c1
commit
fca29e75f8
@ -32,8 +32,6 @@ struct cookie {
|
||||
time_t expires; /* Expiration time. Zero means undefined */
|
||||
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;
|
||||
};
|
||||
|
||||
|
@ -13,8 +13,6 @@ struct formhist_data {
|
||||
/* List of submitted_values for this form */
|
||||
struct list_head *submit;
|
||||
|
||||
/* This is indeed maintained by formhist.c, not dialogs.c; much easier
|
||||
* and simpler. */
|
||||
struct listbox_item *box_item;
|
||||
|
||||
/* Whether to save this form or not. */
|
||||
|
Loading…
Reference in New Issue
Block a user