diff Gui/mplayer/mw.c @ 8058:9246adcf95f0

cosmetic
author pontscho
date Sat, 02 Nov 2002 20:10:18 +0000
parents 79ddb7291765
children 434a4fce25c1
line wrap: on
line diff
--- a/Gui/mplayer/mw.c	Sat Nov 02 19:59:40 2002 +0000
+++ b/Gui/mplayer/mw.c	Sat Nov 02 20:10:18 2002 +0000
@@ -24,9 +24,6 @@
 #include "widgets.h"
 
 extern unsigned int GetTimerMS( void );
-extern void mplHideMenu( int mx,int my,int w );
-extern void mplShowMenu( int mx,int my );
-extern void mplMenuMouseHandle( int X,int Y,int RX,int RY );
 
 unsigned char * mplDrawBuffer = NULL;
 int             mplMainRender = 1;
@@ -177,7 +174,7 @@
    }
 }
 
-void mplMainDraw( wsParamDisplay )
+void mplMainDraw( void )
 {
  wItem    * item;
  txSample * image = NULL;