summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-08 15:54:31 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-08 15:54:31 +0000
commit2ec286d286e3dc36552ac75f2245c9b052a9542b (patch)
treea9a19185ec350b172c33c3875668a1e8ab3aebfc /gui
parenteb9c1e560807ccf414aa7d0e7a7833a6b854fd57 (diff)
downloadmpv-2ec286d286e3dc36552ac75f2245c9b052a9542b.tar.bz2
mpv-2ec286d286e3dc36552ac75f2245c9b052a9542b.tar.xz
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
Diffstat (limited to 'gui')
-rw-r--r--gui/mplayer/gui_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/mplayer/gui_common.h b/gui/mplayer/gui_common.h
index fd5995eb14..f5791b02c5 100644
--- a/gui/mplayer/gui_common.h
+++ b/gui/mplayer/gui_common.h
@@ -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 );