From cb7412181ffed3e22d77b9c4889bd25afec7c4a0 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 28 Mar 2010 16:00:54 +0000 Subject: Replace fetch_poll with llcache_poll throughout. Allow CONTENT_OTHER to complete properly. svn path=/trunk/netsurf/; revision=10187 --- desktop/netsurf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 1f771933d..6b3b860ea 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -118,7 +118,6 @@ int netsurf_main_loop(void) { while (!netsurf_quit) { gui_poll(fetch_active); - fetch_poll(); llcache_poll(); } -- cgit v1.2.3