comparison gui/mplayer/gui_common.h @ 27206:d7ca6e534a51

Remove declaration of extern inline function that is used nowhere from header file, fixes the warnings: gui/mplayer/gui_common.h:32: warning: inline function 'TranslateFilename' declared but never defined gui/mplayer/gui_common.h:32: warning: inline function 'TranslateFilename' declared but never defined
author diego
date Tue, 08 Jul 2008 15:54:31 +0000
parents b0a7b35b78d2
children 9e739bdb049c
comparison
equal deleted inserted replaced
27205:cfc1d4ad649d 27206:d7ca6e534a51
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 inline void TranslateFilename( int c,char * tmp );
33 extern char * Translate( char * str ); 32 extern char * Translate( char * str );
34 extern void PutImage( txSample * bf,int x,int y,int max,int ofs ); 33 extern void PutImage( txSample * bf,int x,int y,int max,int ofs );
35 extern void SimplePotmeterPutImage( txSample * bf,int x,int y,float frac ); 34 extern void SimplePotmeterPutImage( txSample * bf,int x,int y,float frac );
36 extern void Render( wsTWindow * window,wItem * Items,int nrItems,char * db,int size ); 35 extern void Render( wsTWindow * window,wItem * Items,int nrItems,char * db,int size );
37 36