summaryrefslogtreecommitdiffstats
path: root/Gui/wm/ws.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/wm/ws.c')
-rw-r--r--Gui/wm/ws.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gui/wm/ws.c b/Gui/wm/ws.c
index 6bcb468565..d3fabf00e3 100644
--- a/Gui/wm/ws.c
+++ b/Gui/wm/ws.c
@@ -699,8 +699,6 @@ void wsHandleEvents( void ){
}
}
-extern void mplTimerHandler( void );
-
void wsMainLoop( void )
{
int delay=20;
@@ -718,7 +716,6 @@ while(wsTrue){
wsEvents( wsDisplay,&wsEvent,NULL );
delay=0;
}
- mplTimerHandler(); // handle timer event
usleep(delay*1000); // FIXME!
if(delay<10*20) delay+=20; // pump up delay up to 0.2 sec (low activity)
}