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
This commit is contained in:
Peter D'Hoye 2008-08-15 08:40:34 +00:00
parent 01729e7a18
commit 74b01ffbfd

View file

@ -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));