From 5c73e34d2d81545f59c5c664da3475251a5ac3c6 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Tue, 8 Mar 2011 19:33:30 +0000 Subject: Bring idle poweroff to RaaA and the sim git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29543 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/powermgmt-sim.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'uisimulator/common/powermgmt-sim.c') diff --git a/uisimulator/common/powermgmt-sim.c b/uisimulator/common/powermgmt-sim.c index 14054dca1d..e747d7d782 100644 --- a/uisimulator/common/powermgmt-sim.c +++ b/uisimulator/common/powermgmt-sim.c @@ -118,11 +118,6 @@ bool battery_level_safe(void) return battery_level() >= 10; } -void set_poweroff_timeout(int timeout) -{ - (void)timeout; -} - void set_battery_capacity(int capacity) { (void)capacity; @@ -148,7 +143,3 @@ void lineout_set(bool enable) (void)enable; } #endif - -void reset_poweroff_timer(void) -{ -} -- cgit v1.2.3