forked from len0rd/rockbox
Fix remaining red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19661 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
60359bfffe
commit
f501cda42d
2 changed files with 6 additions and 4 deletions
|
|
@ -40,10 +40,6 @@ int lcd_default_contrast(void)
|
|||
return 28;
|
||||
}
|
||||
|
||||
void lcd_sleep(void)
|
||||
{
|
||||
}
|
||||
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
void lcd_remote_set_contrast(int val)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -208,6 +208,12 @@ bool lcd_enabled(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LCD_SLEEP
|
||||
void lcd_sleep(void)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SPDIF_POWER
|
||||
void spdif_power_enable(bool on)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue