Mercurial > mplayer.hg
changeset 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 | cfc1d4ad649d |
children | e1c5299a4114 |
files | gui/mplayer/gui_common.h |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 );