comparison gui/mplayer/gui_common.h @ 28051:9e739bdb049c

Get rid of pointless 'extern' keywords.
author diego
date Wed, 03 Dec 2008 23:01:03 +0000
parents d7ca6e534a51
children 3ceeb62a1125
comparison
equal deleted inserted replaced
28050:7e53b0b71b18 28051:9e739bdb049c
27 27
28 #include "gui/app.h" 28 #include "gui/app.h"
29 #include "gui/bitmap.h" 29 #include "gui/bitmap.h"
30 #include "gui/wm/ws.h" 30 #include "gui/wm/ws.h"
31 31
32 extern char * Translate( char * str ); 32 char * Translate( char * str );
33 extern void PutImage( txSample * bf,int x,int y,int max,int ofs ); 33 void PutImage( txSample * bf,int x, int y, int max, int ofs );
34 extern void SimplePotmeterPutImage( txSample * bf,int x,int y,float frac ); 34 void SimplePotmeterPutImage( txSample * bf, int x, int y, float frac );
35 extern void Render( wsTWindow * window,wItem * Items,int nrItems,char * db,int size ); 35 void Render( wsTWindow * window, wItem * Items, int nrItems, char * db, int size );
36 36
37 #endif /* MPLAYER_GUI_GUI_COMMON_H */ 37 #endif /* MPLAYER_GUI_GUI_COMMON_H */