comparison gui/mplayer/gmplayer.h @ 31435:8d74f644b38a

Remove redundant dvd_device extern variable declaration.
author diego
date Mon, 21 Jun 2010 08:58:49 +0000
parents 045110c125c6
children d03d69f64929
comparison
equal deleted inserted replaced
31434:d3db0dcba99f 31435:8d74f644b38a
27 extern int mainVisible; 27 extern int mainVisible;
28 28
29 extern int mplMainAutoPlay; 29 extern int mplMainAutoPlay;
30 extern int mplMiddleMenu; 30 extern int mplMiddleMenu;
31 31
32 extern char * dvd_device;
33
34 void mplInit( void * disp ); 32 void mplInit( void * disp );
35 33
36 void mplMainDraw( void ); 34 void mplMainDraw( void );
37 void mplEventHandling( int msg, float param ); 35 void mplEventHandling( int msg, float param );
38 void mplMainMouseHandle( int Button, int X, int Y, int RX, int RY ); 36 void mplMainMouseHandle( int Button, int X, int Y, int RX, int RY );