summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-04-15 23:02:32 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-04-15 23:02:32 +0100
commit3b53d22260fd44ba69acacc61b2e1737ab6cc733 (patch)
treeac3b88253cc4bdd0506f936dd797ba34f772fbc8 /amiga/gui.c
parent4b9fcb1ad0c250d4afe648ddf0219da692b013d9 (diff)
downloadnetsurf-3b53d22260fd44ba69acacc61b2e1737ab6cc733.tar.gz
netsurf-3b53d22260fd44ba69acacc61b2e1737ab6cc733.tar.bz2
Remove no-longer-needed code
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)