summaryrefslogtreecommitdiffstats
path: root/Gui/skin/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/skin/font.c')
-rw-r--r--Gui/skin/font.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gui/skin/font.c b/Gui/skin/font.c
index 4743f100ab..c1d275dabd 100644
--- a/Gui/skin/font.c
+++ b/Gui/skin/font.c
@@ -148,11 +148,10 @@ int fntTextHeight( int id,char * str )
txSample * fntRender( wItem * item,int px,char * fmt,... )
{
- txSample * tmp = NULL;
va_list ap;
unsigned char p[512];
unsigned int c;
- int i, dx = 0, s, tw, fbw, iw, id, ofs;
+ int i, dx = 0, tw, fbw, iw, id, ofs;
int x,y,fh,fw,fyc,yc;
uint32_t * ibuf;
uint32_t * obuf;