diff options
Diffstat (limited to 'firmware/target/hosted/maemo')
-rw-r--r-- | firmware/target/hosted/maemo/maemo-thread.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/target/hosted/maemo/maemo-thread.c b/firmware/target/hosted/maemo/maemo-thread.c index 2f1d033baa..c9ac073ed3 100644 --- a/firmware/target/hosted/maemo/maemo-thread.c +++ b/firmware/target/hosted/maemo/maemo-thread.c | |||
@@ -47,10 +47,6 @@ volatile int maemo_display_on = 1; | |||
47 | volatile int maemo_battery_level = 0; | 47 | volatile int maemo_battery_level = 0; |
48 | volatile int maemo_remaining_time_sec = 0; | 48 | volatile int maemo_remaining_time_sec = 0; |
49 | 49 | ||
50 | extern void send_battery_level_event(void); | ||
51 | extern int last_sent_battery_level; | ||
52 | extern int battery_percent; | ||
53 | |||
54 | void display_status_callback(osso_display_state_t state, gpointer data) | 50 | void display_status_callback(osso_display_state_t state, gpointer data) |
55 | { | 51 | { |
56 | (void)data; | 52 | (void)data; |