summaryrefslogtreecommitdiff
path: root/source/fitz/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/xml.c')
-rw-r--r--source/fitz/xml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/fitz/xml.c b/source/fitz/xml.c
index bcd3179c..06583952 100644
--- a/source/fitz/xml.c
+++ b/source/fitz/xml.c
@@ -88,6 +88,7 @@ struct fz_xml_s
fz_xml *up, *down, *tail, *prev, *next;
};
+#if 0
static void xml_indent(int n)
{
while (n--) {
@@ -144,6 +145,7 @@ void fz_debug_xml(fz_xml *item, int level)
printf(")%s\n", item->name);
}
}
+#endif
fz_xml *fz_xml_prev(fz_xml *item)
{