summaryrefslogtreecommitdiff
path: root/uisimulator/common/powermgmt-sim.c
diff options
context:
space:
mode:
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}