mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Removed one line to let the patch apply.
This commit is contained in:
parent
0e2d5fadbc
commit
91e143efb2
@ -212,7 +212,6 @@ struct document {
|
|||||||
unsigned int links_sorted:1; /* whether links are already sorted */
|
unsigned int links_sorted:1; /* whether links are already sorted */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#define document_has_frames(document_) ((document_) && (document_)->frame_desc)
|
#define document_has_frames(document_) ((document_) && (document_)->frame_desc)
|
||||||
|
|
||||||
/* Initializes a document and its canvas. */
|
/* Initializes a document and its canvas. */
|
||||||
|
Loading…
Reference in New Issue
Block a user