summaryrefslogtreecommitdiff
path: root/uisimulator/common/powermgmt-sim.c
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2011-03-08 19:33:30 +0000
committerThomas Jarosch <tomj@simonv.com>2011-03-08 19:33:30 +0000
commit5c73e34d2d81545f59c5c664da3475251a5ac3c6 (patch)
tree3fc1be9423deaaa5e6e97c54fd4eaf0ec878cc33 /uisimulator/common/powermgmt-sim.c
parent2ebe370ca1e4b5297cc1240b3b11e15ff168a184 (diff)
downloadrockbox-5c73e34d2d81545f59c5c664da3475251a5ac3c6.tar.gz
rockbox-5c73e34d2d81545f59c5c664da3475251a5ac3c6.zip
Bring idle poweroff to RaaA and the sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29543 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common/powermgmt-sim.c')
-rw-r--r--uisimulator/common/powermgmt-sim.c9
1 files changed, 0 insertions, 9 deletions
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)
118 return battery_level() >= 10; 118 return battery_level() >= 10;
119} 119}
120 120
121void set_poweroff_timeout(int timeout)
122{
123 (void)timeout;
124}
125
126void set_battery_capacity(int capacity) 121void set_battery_capacity(int capacity)
127{ 122{
128 (void)capacity; 123 (void)capacity;
@@ -148,7 +143,3 @@ void lineout_set(bool enable)
148 (void)enable; 143 (void)enable;
149} 144}
150#endif 145#endif
151
152void reset_poweroff_timer(void)
153{
154}