# HG changeset patch # User diego # Date 1215532471 0 # Node ID d7ca6e534a51f5bd12e1acf1b2a7f14b496c1b1c # Parent cfc1d4ad649d8b5220c2c54d2784e9529152dd54 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 diff -r cfc1d4ad649d -r d7ca6e534a51 gui/mplayer/gui_common.h --- a/gui/mplayer/gui_common.h Tue Jul 08 14:38:09 2008 +0000 +++ b/gui/mplayer/gui_common.h Tue Jul 08 15:54:31 2008 +0000 @@ -29,7 +29,6 @@ #include "gui/bitmap.h" #include "gui/wm/ws.h" -extern inline void TranslateFilename( int c,char * tmp ); 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 );