1
0
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:
Witold Filipczyk 2007-07-28 12:55:52 +02:00 committed by Witold Filipczyk
parent 0e2d5fadbc
commit 91e143efb2

View File

@ -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. */