From fd9f864de22af0d792a4b74186d545e2e8097f6a Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Mon, 28 Oct 2002 19:52:22 +0000 Subject: The player simulator now has it own font_init()-function. We shall therefor call it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2758 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index 8c6d20d6a8..30d5f0878a 100644 --- a/apps/main.c +++ b/apps/main.c @@ -65,9 +65,7 @@ void init(void) { init_threads(); lcd_init(); -#ifndef HAVE_LCD_CHARCELLS - font_init(); -#endif + font_init(); show_logo(); settings_reset(); settings_load(); -- cgit v1.2.3