summaryrefslogtreecommitdiff
path: root/render/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.c')
-rw-r--r--render/html.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/render/html.c b/render/html.c
index b2f720a0a..3ea0b9aa8 100644
--- a/render/html.c
+++ b/render/html.c
@@ -511,8 +511,10 @@ void html_finish_conversion(struct content *c)
}
}
+#ifdef FAVICONS_ARE_NOT_A_PERFORMANCE_HOLE
/* get icon */
- favicon_get_icon(c, html);
+ favicon_get_icon(c, html);
+#endif
/* convert xml tree to box tree */
LOG(("XML to box"));