lcd_remote_powersave: unused

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31611 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-07 19:48:49 +00:00
parent 2200c2aa22
commit 95f3ba5658
6 changed files with 6 additions and 3 deletions

View file

@ -90,6 +90,7 @@ void lcd_remote_emireduce(bool state)
}
#endif
#if 0 // FIXME
void lcd_remote_powersave(bool on)
{
if (remote_initialized)
@ -98,6 +99,7 @@ void lcd_remote_powersave(bool on)
lcd_remote_write_command(LCD_REMOTE_CNTL_ENTIRE_ON_OFF | (on ? 1 : 0));
}
}
#endif
void lcd_remote_set_contrast(int val)
{

View file

@ -24,6 +24,5 @@
#ifdef HAVE_REMOTE_LCD_TICKING
void lcd_remote_emireduce(bool state);
#endif
void lcd_remote_powersave(bool on);
#endif