mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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:
parent
01729e7a18
commit
74b01ffbfd
1 changed files with 1 additions and 2 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue