1
0
Fork 0
forked from len0rd/rockbox

Fix warnings and errors. Remove some added stuff that wasn't needed afterall.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14036 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-07-28 08:45:57 +00:00
parent 58fc279d26
commit 5832b59c85
9 changed files with 4 additions and 30 deletions

View file

@ -122,11 +122,6 @@ void lcd_setfont(int newfont)
curfont = newfont;
}
int lcd_getfont(void)
{
return curfont;
}
int lcd_getstringsize(const unsigned char *str, int *w, int *h)
{
return font_getstringsize(str, w, h, curfont);