summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c20
1 files changed, 1 insertions, 19 deletions
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)