forked from len0rd/rockbox
FS#8814 - remove the "restarting playback" splash because its pointless..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19286 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d7fb430935
commit
8c23a36312
2 changed files with 3 additions and 4 deletions
|
|
@ -8679,15 +8679,15 @@
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_RESTARTING_PLAYBACK
|
id: LANG_RESTARTING_PLAYBACK
|
||||||
desc: splash screen displayed when pcm buffer size is changed
|
desc: deprecated
|
||||||
user:
|
user:
|
||||||
<source>
|
<source>
|
||||||
*: none
|
*: none
|
||||||
swcodec: "Restarting playback..."
|
swcodec: ""
|
||||||
</source>
|
</source>
|
||||||
<dest>
|
<dest>
|
||||||
*: none
|
*: none
|
||||||
swcodec: "Restarting playback..."
|
swcodec: ""
|
||||||
</dest>
|
</dest>
|
||||||
<voice>
|
<voice>
|
||||||
*: none
|
*: none
|
||||||
|
|
|
||||||
|
|
@ -819,7 +819,6 @@ void audio_set_crossfade(int enable)
|
||||||
{
|
{
|
||||||
/* Store the track resume position */
|
/* Store the track resume position */
|
||||||
offset = curtrack_id3.offset;
|
offset = curtrack_id3.offset;
|
||||||
splash(0, str(LANG_RESTARTING_PLAYBACK));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Blast it - audio buffer will have to be setup again next time
|
/* Blast it - audio buffer will have to be setup again next time
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue