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:
parent
41b3f08c05
commit
d303c2d87c
@ -270,9 +270,6 @@ dump_dom_structure(struct source_renderer *renderer, void *nod, int depth)
|
|||||||
void
|
void
|
||||||
render_xhtml_document(struct cache_entry *cached, struct document *document, struct string *buffer)
|
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) {
|
if (!document->dom) {
|
||||||
document->dom = document_parse(document);
|
document->dom = document_parse(document);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user