diff options
| author | Teruaki Kawashima <teru@rockbox.org> | 2009-07-14 13:03:17 +0000 |
|---|---|---|
| committer | Teruaki Kawashima <teru@rockbox.org> | 2009-07-14 13:03:17 +0000 |
| commit | c72b23ad2e1b3a507a36b6223c0a35be9b746f0a (patch) | |
| tree | 2cf43da7cca0ff2caf8544a1f3c48ac5d961701c /apps/plugins/lib/display_text.c | |
| parent | e37f9f16915a1a05059aee931723c127a53a68e0 (diff) | |
| download | rockbox-c72b23ad2e1b3a507a36b6223c0a35be9b746f0a.zip rockbox-c72b23ad2e1b3a507a36b6223c0a35be9b746f0a.tar.gz rockbox-c72b23ad2e1b3a507a36b6223c0a35be9b746f0a.tar.bz2 rockbox-c72b23ad2e1b3a507a36b6223c0a35be9b746f0a.tar.xz | |
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
Diffstat (limited to 'apps/plugins/lib/display_text.c')
| -rw-r--r-- | apps/plugins/lib/display_text.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/lib/display_text.c b/apps/plugins/lib/display_text.c index 67c78ec..c6b5710 100644 --- a/apps/plugins/lib/display_text.c +++ b/apps/plugins/lib/display_text.c @@ -135,10 +135,5 @@ bool display_text(short words, char** text, struct style_text* style, #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; } |