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 6593a9faa5..a0e5824252 100644
--- a/firmware/target/hosted/maemo/maemo-thread.c
+++ b/firmware/target/hosted/maemo/maemo-thread.c
@@ -23,7 +23,6 @@
23#include <libhal.h> 23#include <libhal.h>
24#include <libosso.h> 24#include <libosso.h>
25#include <SDL_thread.h> 25#include <SDL_thread.h>
26#include <SDL_events.h>
27 26
28#include "config.h" 27#include "config.h"
29#include "system.h" 28#include "system.h"
@@ -212,15 +211,6 @@ void reset_poweroff_timer(void)
212{ 211{
213} 212}
214 213
215void shutdown_hw(void)
216{
217 /* Shut down SDL event loop */
218 SDL_Event event;
219 memset(&event, 0, sizeof(SDL_Event));
220 event.type = SDL_USEREVENT;
221 SDL_PushEvent(&event);
222}
223
224void cancel_shutdown(void) 214void cancel_shutdown(void)
225{ 215{
226} 216}