mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Knock out at least some red/yellow from r30097.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30098 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a2b6703a36
commit
7996d6d3f9
3 changed files with 6 additions and 1 deletions
|
@ -264,7 +264,9 @@ static bool clean_shutdown(void (*callback)(void *), void *parameter)
|
|||
#endif
|
||||
{
|
||||
bool batt_safe = battery_level_safe();
|
||||
#if CONFIG_CODEC != SWCODEC || defined(HAVE_RECORDING)
|
||||
int audio_stat = audio_status();
|
||||
#endif
|
||||
|
||||
FOR_NB_SCREENS(i)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue