forked from len0rd/rockbox
remove an unused variable and #include
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28526 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ab9caead92
commit
3772a08729
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue