1
0
Fork 0
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:
Nils Wallménius 2009-01-03 15:55:20 +00:00
parent 60359bfffe
commit f501cda42d
2 changed files with 6 additions and 4 deletions

View file

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

View file

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