diff gui/skin/font.h @ 32759:63844ef43932

Remove useless format argument. Because scrolling of dynamic labels depends on the length of the label text, any other format than %s to render would be pointless.
author ib
date Thu, 03 Feb 2011 14:19:19 +0000
parents cc58a1e919d9
children 91625bcadbe8
line wrap: on
line diff
--- a/gui/skin/font.h	Thu Feb 03 14:04:43 2011 +0000
+++ b/gui/skin/font.h	Thu Feb 03 14:19:19 2011 +0000
@@ -55,6 +55,6 @@
 int  fntTextWidth( int id, char * str );
 
 int        fntRead( char * path, char * fname );
-txSample * fntRender( wItem * item, int px, const char * fmt, ... );
+txSample * fntRender( wItem * item, int px, char * txt );
 
 #endif /* MPLAYER_GUI_FONT_H */