From f27d5a3e15b5931f36b96bc5fb3d2572d339715d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 21 Sep 2011 00:25:09 +0000 Subject: Remove gui_multitask svn path=/trunk/netsurf/; revision=12828 --- gtk/gui.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gtk/gui.c') diff --git a/gtk/gui.c b/gtk/gui.c index 4afa646a7..abd02f1c2 100644 --- a/gtk/gui.c +++ b/gtk/gui.c @@ -563,13 +563,6 @@ void gui_poll(bool active) } -void gui_multitask(void) -{ - while (gtk_events_pending()) - gtk_main_iteration(); -} - - void gui_quit(void) { nsgtk_download_destroy(); -- cgit v1.2.3