From c72b23ad2e1b3a507a36b6223c0a35be9b746f0a Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Tue, 14 Jul 2009 13:03:17 +0000 Subject: use lib display text to display help messages (FS#10099). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21861 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/display_text.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/plugins/lib') diff --git a/apps/plugins/lib/display_text.c b/apps/plugins/lib/display_text.c index 67c78ec242..c6b5710644 100644 --- a/apps/plugins/lib/display_text.c +++ b/apps/plugins/lib/display_text.c @@ -134,11 +134,6 @@ bool display_text(short words, char** text, struct style_text* style, rb->screens[SCREEN_MAIN]->update_viewport(); #ifdef HAVE_LCD_BITMAP rb->lcd_set_drawmode(prev_drawmode); -#endif -#ifdef HAVE_LCD_COLOR - if (style!=NULL) { - rb->lcd_set_foreground(standard_fgcolor); - } #endif return false; } -- cgit v1.2.3