1
0
Fork 0
forked from len0rd/rockbox

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

@ -62,6 +62,7 @@ void lcd_remote_sleep(void)
remote_state_control_next=REMOTE_CONTROL_SLEEP;
}
#if 0 // FIXME
void lcd_remote_powersave(bool on)
{
if(on)
@ -75,6 +76,7 @@ void lcd_remote_powersave(bool on)
remote_state_control_next=REMOTE_CONTROL_POWER;
}
}
#endif
void lcd_remote_set_contrast(int val)
{

View file

@ -21,7 +21,6 @@
#ifndef LCD_REMOTE_TARGET_H
#define LCD_REMOTE_TARGET_H
void lcd_remote_powersave(bool on);
void lcd_remote_sleep(void);
#endif