1
0
Fork 0
forked from len0rd/rockbox

Fix some more #includes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18522 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2008-09-15 19:50:55 +00:00
parent 816eea85de
commit f13184e472
3 changed files with 2 additions and 1 deletions

View file

@ -860,7 +860,6 @@ void backlight_init(void)
void backlight_on(void) {}
void backlight_off(void) {}
void buttonlight_on(void) {}
void backlight_set_timeout(int value) {(void)value;}
bool is_backlight_on(bool ignore_always_off)