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 */

View file

@ -96,6 +96,8 @@ static int buflib_allocations[MAXFONTS];
static int cache_fd;
static struct font* cache_pf;
static void glyph_cache_save(int font_id);
static int buflibmove_callback(int handle, void* current, void* new)
{
(void)handle;