From d4efbada617c5bf0ac0b73924245e3b93736beea Mon Sep 17 00:00:00 2001 From: Mats Lidell Date: Fri, 18 Oct 2002 09:19:10 +0000 Subject: Player don't use dynamic fonts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2713 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/uibasic.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/uisimulator/x11/uibasic.c b/uisimulator/x11/uibasic.c index 2bdc97cea3..9af9eb4331 100644 --- a/uisimulator/x11/uibasic.c +++ b/uisimulator/x11/uibasic.c @@ -191,11 +191,6 @@ screenhack (Display *the_dpy, Window the_window) screen_redraw(); -#ifdef HAVE_LCD_CHARCELLS - // FIXME?? - lcd_setfont(2); -#endif - app_main(); } -- cgit v1.2.3