From 2ec286d286e3dc36552ac75f2245c9b052a9542b Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 8 Jul 2008 15:54:31 +0000 Subject: 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 --- gui/mplayer/gui_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gui') 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 ); -- cgit v1.2.3