summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android/powermgmt-android.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/android/powermgmt-android.c')
-rw-r--r--firmware/target/hosted/android/powermgmt-android.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/target/hosted/android/powermgmt-android.c b/firmware/target/hosted/android/powermgmt-android.c
index e5e8344315..d23fece39a 100644
--- a/firmware/target/hosted/android/powermgmt-android.c
+++ b/firmware/target/hosted/android/powermgmt-android.c
@@ -58,10 +58,6 @@ int battery_time(void)
58 return 0; 58 return 0;
59} 59}
60 60
61/* could be useful to stop the service after some time of inactivity */
62void reset_poweroff_timer(void) {}
63void set_poweroff_timeout(int timeout) { (void)timeout; };
64
65/* should always be safe on android targets, the host shuts us down before */ 61/* should always be safe on android targets, the host shuts us down before */
66bool battery_level_safe(void) 62bool battery_level_safe(void)
67{ 63{