From c74936c3e81adc33db8ad84b31e8f676fd2e73dc Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 24 Feb 2011 00:03:19 +0000 Subject: Castrate favicon fetching. I've lost count of how much pain this has caused. svn path=/trunk/netsurf/; revision=11782 --- render/html.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'render') 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")); -- cgit v1.2.3