summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/maemo/maemo-thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/maemo/maemo-thread.c')
-rw-r--r--firmware/target/hosted/maemo/maemo-thread.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/firmware/target/hosted/maemo/maemo-thread.c b/firmware/target/hosted/maemo/maemo-thread.c
index 8300c8f0b6..a32a563459 100644
--- a/firmware/target/hosted/maemo/maemo-thread.c
+++ b/firmware/target/hosted/maemo/maemo-thread.c
@@ -200,13 +200,3 @@ bool battery_level_safe(void)
200{ 200{
201 return battery_level() >= 5; 201 return battery_level() >= 5;
202} 202}
203
204/** Rockbox stubs */
205void set_poweroff_timeout(int timeout)
206{
207 (void)timeout;
208}
209
210void reset_poweroff_timer(void)
211{
212}