summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2015-01-11 17:45:56 +0100
committerThomas Jarosch <tomj@simonv.com>2015-01-11 17:45:56 +0100
commit5f5a83e1c9c847a974609e901cf58125f1ef6b84 (patch)
tree9b7372291922078ff2961b2869ea36cfe4e8bda5
parent2d41866d5ad6bac80fc1beb1eaa4a9f082839740 (diff)
downloadrockbox-5f5a83e1c9c847a974609e901cf58125f1ef6b84.tar.gz
rockbox-5f5a83e1c9c847a974609e901cf58125f1ef6b84.zip
maemo: Clean up unused variables
Change-Id: I5fbb0b0cc56fa565499345844464d1c94ff3ba1a
-rw-r--r--firmware/target/hosted/maemo/maemo-thread.c4
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;
volatile int maemo_battery_level = 0;
volatile int maemo_remaining_time_sec = 0;
-extern void send_battery_level_event(void);
-extern int last_sent_battery_level;
-extern int battery_percent;
-
void display_status_callback(osso_display_state_t state, gpointer data)
{
(void)data;