From 3772a0872989447a275073eec8d9ced3e38d03a5 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 7 Nov 2010 11:10:43 +0000 Subject: remove an unused variable and #include git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28526 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/hosted/android/button-android.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firmware/target/hosted/android/button-android.c b/firmware/target/hosted/android/button-android.c index 26b6b1380e..9bfc7a370a 100644 --- a/firmware/target/hosted/android/button-android.c +++ b/firmware/target/hosted/android/button-android.c @@ -28,10 +28,9 @@ #include "kernel.h" #include "system.h" #include "touchscreen.h" -#include "debug.h" + static int last_y, last_x; static int last_btns; -static long last_button_tick; static enum { STATE_UNKNOWN, -- cgit v1.2.3