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 --- atari/gui.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'atari/gui.c') diff --git a/atari/gui.c b/atari/gui.c index 221801645..ce1750526 100755 --- a/atari/gui.c +++ b/atari/gui.c @@ -104,14 +104,6 @@ const char * cfg_homepage_url; extern GEM_PLOTTER plotter; -void gui_multitask(void) -{ - short winloc[4]; - short mx, my, dummy, aestop; - int flags = MU_MESAG | MU_KEYBD | MU_BUTTON | MU_TIMER; - evnt.timer = 0; - EvntWindom( flags ); -} void gui_poll(bool active) { -- cgit v1.2.3