From 01088bb63b1ab1ff7453c199a1c875483b1e5084 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 1 Jul 2014 08:28:07 +0100 Subject: Re-disable the favicon render hook --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index 543a77479..487128d32 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -3546,7 +3546,7 @@ gui_window_create(struct browser_window *bw, SPACE_MinWidth, 16, SPACE_MinHeight, 16, SPACE_Transparent, FALSE, - SPACE_RenderHook, &g->shared->favicon_hook, + // SPACE_RenderHook, &g->shared->favicon_hook, SpaceEnd, CHILD_WeightedWidth, 0, CHILD_WeightedHeight, 0, -- cgit v1.2.3