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


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27238 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-07-08 15:54:31 +00:00
parent eb9c1e5608
commit 2ec286d286
1 changed files with 0 additions and 1 deletions

View File

@ -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 );