diff 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
line wrap: on
line diff
--- a/gui/mplayer/gui_common.h	Wed Dec 03 20:52:27 2008 +0000
+++ b/gui/mplayer/gui_common.h	Wed Dec 03 23:01:03 2008 +0000
@@ -29,9 +29,9 @@
 #include "gui/bitmap.h"
 #include "gui/wm/ws.h"
 
-extern char * Translate( char * str );
-extern void PutImage( txSample * bf,int x,int y,int max,int ofs );
-extern void SimplePotmeterPutImage( txSample * bf,int x,int y,float frac );
-extern void Render( wsTWindow * window,wItem * Items,int nrItems,char * db,int size );
+char * Translate( char * str );
+void PutImage( txSample * bf,int x, int y, int max, int ofs );
+void SimplePotmeterPutImage( txSample * bf, int x, int y, float frac );
+void Render( wsTWindow * window, wItem * Items, int nrItems, char * db, int size );
 
 #endif /* MPLAYER_GUI_GUI_COMMON_H */