[MPlayer-cvslog] r27238 - trunk/gui/mplayer/gui_common.h

diego subversion at mplayerhq.hu
Tue Jul 8 17:54:31 CEST 2008


Author: diego
Date: Tue Jul  8 17:54:31 2008
New Revision: 27238

Log:
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


Modified:
   trunk/gui/mplayer/gui_common.h

Modified: trunk/gui/mplayer/gui_common.h
==============================================================================
--- trunk/gui/mplayer/gui_common.h	(original)
+++ trunk/gui/mplayer/gui_common.h	Tue Jul  8 17:54:31 2008
@@ -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 );



More information about the MPlayer-cvslog mailing list