From 21f8f8170a7ad9748a21703f8397349d68f3e660 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 12 Oct 2014 21:18:17 +0100 Subject: remove use of deprecated netsurf_quit variable in monkey The core no longer needs to run the event polling loop as fetches are now scheduler driven. This is part of a series which will ultimately remove netsurf_poll callback altogether. --- monkey/poll.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'monkey/poll.c') diff --git a/monkey/poll.c b/monkey/poll.c index e65f2d3e2..3fad21f0f 100644 --- a/monkey/poll.c +++ b/monkey/poll.c @@ -87,8 +87,7 @@ monkey_prepare_input(void) g_source_attach((GSource *)gs, NULL); } -void -monkey_poll(bool active) +void monkey_poll(void) { fd_set read_fd_set, write_fd_set, exc_fd_set; int max_fd; -- cgit v1.2.3