mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
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:
parent
eb9c1e5608
commit
2ec286d286
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user