summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/netsurf.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index b0c338af6..579648bae 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -257,8 +257,7 @@ nserror netsurf_init(const char *messages, const char *store_path)
int netsurf_main_loop(void)
{
while (!netsurf_quit) {
- guit->browser->poll(fetch_active);
- fetcher_poll();
+ guit->browser->poll(false);
}
return 0;
@@ -310,5 +309,3 @@ void netsurf_exit(void)
LOG(("Exited successfully"));
}
-
-