From 74b01ffbfdcf1620ce4765b3f31c508e65381078 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Fri, 15 Aug 2008 08:40:34 +0000 Subject: Adapt comment to the fact that the splash is removed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18283 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/recording.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index 5b51cc161d..ae3323ee94 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -1435,8 +1435,7 @@ bool recording_screen(bool no_source) NOTE 2: to be replaced by a global LCD_off() routine */ if(remote_display_on) { - /* switch to single screen and put up a splash on the main. - On the remote we put a two line message */ + /* switch to single screen, leave message on remote */ screen_update = 1; screens[1].clear_viewport(); screens[1].puts(0, 0, str(LANG_REMOTE_LCD_OFF)); -- cgit