1
0
Fork 0
forked from len0rd/rockbox

Bring idle poweroff to RaaA and the sim

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29543 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Jarosch 2011-03-08 19:33:30 +00:00
parent 2ebe370ca1
commit 5c73e34d2d
6 changed files with 18 additions and 42 deletions

View file

@ -200,13 +200,3 @@ bool battery_level_safe(void)
{
return battery_level() >= 5;
}
/** Rockbox stubs */
void set_poweroff_timeout(int timeout)
{
(void)timeout;
}
void reset_poweroff_timer(void)
{
}