1
0
Fork 0
forked from len0rd/rockbox

glyph_cache_save should be static

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31073 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2011-11-27 15:24:53 +00:00
parent fc5cdacafd
commit e5a3c26c1d
2 changed files with 2 additions and 1 deletions

View file

@ -130,7 +130,6 @@ struct font* font_get(int font);
int font_getstringsize(const unsigned char *str, int *w, int *h, int fontnumber);
int font_get_width(struct font* ft, unsigned short ch);
const unsigned char * font_get_bits(struct font* ft, unsigned short ch);
void glyph_cache_save(int font_id);
#else /* HAVE_LCD_BITMAP */