diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-11-07 11:10:43 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-11-07 11:10:43 +0000 |
commit | 3772a0872989447a275073eec8d9ced3e38d03a5 (patch) | |
tree | 6a8ee9b0a59397e7ef00aa689711c8207892aee4 /firmware/target/hosted/android | |
parent | ab9caead92eb104d30128b7b6c250dae04406850 (diff) |
remove an unused variable and #include
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28526 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/hosted/android')
-rw-r--r-- | firmware/target/hosted/android/button-android.c | 3 |
1 files changed, 1 insertions, 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, |