1
0
Fork 0
forked from len0rd/rockbox

Player don't use dynamic fonts.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2713 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mats Lidell 2002-10-18 09:19:10 +00:00
parent 4a5a423663
commit d4efbada61

View file

@ -191,11 +191,6 @@ screenhack (Display *the_dpy, Window the_window)
screen_redraw();
#ifdef HAVE_LCD_CHARCELLS
// FIXME??
lcd_setfont(2);
#endif
app_main();
}