summaryrefslogtreecommitdiff
path: root/firmware/target
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target')
-rw-r--r--firmware/target/hosted/maemo/maemo-thread.c4
-rw-r--r--firmware/target/hosted/sdl/system-sdl.c6
2 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 a0e5824252..8300c8f0b6 100644
--- a/firmware/target/hosted/maemo/maemo-thread.c
+++ b/firmware/target/hosted/maemo/maemo-thread.c
@@ -210,7 +210,3 @@ void set_poweroff_timeout(int timeout)
210void reset_poweroff_timer(void) 210void reset_poweroff_timer(void)
211{ 211{
212} 212}
213
214void cancel_shutdown(void)
215{
216}
diff --git a/firmware/target/hosted/sdl/system-sdl.c b/firmware/target/hosted/sdl/system-sdl.c
index 0b487d0c2b..750a0144a4 100644
--- a/firmware/target/hosted/sdl/system-sdl.c
+++ b/firmware/target/hosted/sdl/system-sdl.c
@@ -71,12 +71,6 @@ bool debug_audio = false;
71bool debug_wps = false; 71bool debug_wps = false;
72int wps_verbose_level = 3; 72int wps_verbose_level = 3;
73 73
74void sys_poweroff(void)
75{
76 /* Post SYS_POWEROFF event. Will post SDL_USEREVENT in shutdown_hw() if successful. */
77 queue_broadcast(SYS_POWEROFF, 0);
78}
79
80/* 74/*
81 * This thread will read the buttons in an interrupt like fashion, and 75 * This thread will read the buttons in an interrupt like fashion, and
82 * also initializes SDL_INIT_VIDEO and the surfaces 76 * also initializes SDL_INIT_VIDEO and the surfaces