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:
parent
58fc279d26
commit
5832b59c85
9 changed files with 4 additions and 30 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue