From 3b53d22260fd44ba69acacc61b2e1737ab6cc733 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 15 Apr 2013 23:02:32 +0100 Subject: Remove no-longer-needed code --- amiga/gui.c | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index d77bdfa48..b6de46df9 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -2461,25 +2461,7 @@ printf("sig recvd %ld (%ld %ld %ld %ld %ld %ld)\n", signal, winsignal , appsig , void gui_poll(bool active) { - /* However, down here we are waiting for the user to do something or for a - scheduled event to kick in (the active variable seems to have no real - bearing on reality, but is supposed to indicate that NetSurf wants - control back ASAP, so we poll in that case). - schedule_run checks every event, really they need to be sorted so only - the first event needs to be run on each signal. */ - - if(0) - { - ami_handle_msg(); - ami_handle_appmsg(); - ami_handle_applib(); - ami_arexx_handle(); - schedule_run(TRUE); - } - else - { - ami_get_msg(); - } + ami_get_msg(); } void ami_change_tab(struct gui_window_2 *gwin, int direction) -- cgit v1.2.3