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

[xml] unsed variables

This commit is contained in:
Witold Filipczyk 2022-02-18 15:31:04 +01:00
parent 41b3f08c05
commit d303c2d87c

View File

@ -270,9 +270,6 @@ dump_dom_structure(struct source_renderer *renderer, void *nod, int depth)
void
render_xhtml_document(struct cache_entry *cached, struct document *document, struct string *buffer)
{
struct html_context *html_context;
struct part *part = NULL;
if (!document->dom) {
document->dom = document_parse(document);
}